From 3b55e7a0d5888d14ade0e22f67aa00e2512dbf73 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 18:31:29 +0000 Subject: [PATCH] Edited ch14_applications.adoc with Atlas code editor --- ch14_applications.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch14_applications.adoc b/ch14_applications.adoc index 2a819c41..e0f852a7 100644 --- a/ch14_applications.adoc +++ b/ch14_applications.adoc @@ -987,7 +987,7 @@ https://oreil.ly/lIGIA[_Basics of Lightning Technology (BOLT)_ repository]. ==== Basic Lightning Network Example -Let's see how this works. +Let's ((("payment channels", "Lightning Network", "example of", id="payment-channel-ln-example")))((("Lightning Network", "example of", id="lightning-example")))see how this works. In this example, we have five participants: Alice, Bob, Carol, Diana, and Eric. These five participants have opened payment channels with each @@ -1099,7 +1099,7 @@ Alice has paid Eric 1 bitcoin without opening a channel to Eric. None of the intermediate parties in the payment route had to trust each other. For the short-term commitment of their funds in the channel they are able to earn a small fee, with the only risk being a small delay in -refund if the channel was closed or the routed payment failed. +refund if the channel was closed or the routed payment((("payment channels", "Lightning Network", "example of", startref="payment-channel-ln-example")))((("Lightning Network", "example of", startref="lightning-example"))) failed. ==== Lightning Network Transport and Pathfinding