From 5720416409b71a679aa16d2edf14e8e7aad323dd Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Mon, 15 Nov 2021 08:57:28 -0800 Subject: [PATCH] Edited 12_path_finding.asciidoc with Atlas code editor --- 12_path_finding.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/12_path_finding.asciidoc b/12_path_finding.asciidoc index cf1dff0..6764200 100644 --- a/12_path_finding.asciidoc +++ b/12_path_finding.asciidoc @@ -320,6 +320,7 @@ With two possible paths, Selena is ready to attempt delivery! Selena's ((("payment delivery","trial-and error loop", id="ix_12_path_finding-asciidoc8", range="startofrange")))((("trial-and error loop", id="ix_12_path_finding-asciidoc9", range="startofrange")))node starts the trial-and-error loop by constructing the HTLCs, building the onion, and attempting delivery of the payment. For each attempt, there are three possible outcomes: +[role="pagebreak-before"] - A successful result (+update_fulfill_htlc+) - An error (+update_fail_htlc+) - A "stuck" payment with no response (neither success nor failure)