From 95f770f4b7ce5f33b1e106018824f82aa945489a Mon Sep 17 00:00:00 2001 From: nadams Date: Wed, 10 May 2017 14:59:47 -0700 Subject: [PATCH] Edited ch12.asciidoc with Atlas code editor --- ch12.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch12.asciidoc b/ch12.asciidoc index fb3a1bd2..d05468a0 100644 --- a/ch12.asciidoc +++ b/ch12.asciidoc @@ -448,9 +448,9 @@ The Lightning Network is one possible way of implementing routed payment channel 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. -<> shows five participants in a Lightning Network, connected by bidirectional payment channels that can be linked to make a payment from Alice to Eric (<>). +<> shows five participants in a Lightning Network, connected by bidirectional payment channels that can be linked to make a payment from Alice to Eric (<>). -[[lightning_network]] +[[lightning_network_fig]] .A series of bidirectional payment channels linked to form a Lightning Network that can route a payment from Alice to Eric image::images/mbc2_1209.png["A series of bi-directional payment channels linked to form a Lightning Network"]