From d80bd77fadf0a54047893f62458234cde65e8f59 Mon Sep 17 00:00:00 2001 From: claylock Date: Fri, 27 Oct 2023 12:49:18 +0000 Subject: [PATCH] Edited ch14_applications.adoc with Atlas code editor --- ch14_applications.adoc | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/ch14_applications.adoc b/ch14_applications.adoc index a88a98db..97eb7707 100644 --- a/ch14_applications.adoc +++ b/ch14_applications.adoc @@ -1151,23 +1151,28 @@ scheme called https://oreil.ly/fuCiK[Sphinx]. This routing protocol ensures that a payment sender can construct and communicate a path through the LN such that: -- Intermediate nodes can verify and decrypt their portion of route - information and find the next hop. +++++ + + ++++ Using this onion-routed protocol, Alice wraps each element of the path in a layer of encryption, starting with the end and working backward.