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"]