From 22c4bca1aff8a019e428a533048f4750b2857902 Mon Sep 17 00:00:00 2001 From: "judymcconville@roadrunner.com" Date: Tue, 2 May 2017 13:23:17 -0700 Subject: [PATCH] Edited ch12.asciidoc with Atlas code editor --- ch12.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch12.asciidoc b/ch12.asciidoc index e867fab0..c86cb017 100644 --- a/ch12.asciidoc +++ b/ch12.asciidoc @@ -453,7 +453,7 @@ The Lightning Network is one possible way of implementing routed payment channel ==== Basic Lightning Network Example -Let's see how this works. +((("Lightning Network", "basic example")))Let's 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 other, in pairs. Alice has a payment channel with Bob. Bob is connected to Carol, Carol to Diana, and Diana to Eric. For simplicity let's assume each channel is funded with 2 bitcoin by each participant, for a total capacity of 4 bitcoin in each channel.