From b190dab9f6751d6ff94c5503a4a31884133e0dd3 Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Fri, 15 Oct 2021 05:58:42 -0700 Subject: [PATCH] Edited 04_node_client.asciidoc with Atlas code editor --- 04_node_client.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_node_client.asciidoc b/04_node_client.asciidoc index 4a8add3..63b9e8c 100644 --- a/04_node_client.asciidoc +++ b/04_node_client.asciidoc @@ -955,7 +955,7 @@ Congratulations! You have built Eclair from source and you are ready to code, te Our final example, presented in this section, will bring together all the various containers we've built to form a Lightning network made of diverse (LND, c-lightning, Eclair) node implementations. We'll compose the network by connecting the nodes together and opening channels from one node to another. As the final step, we'll route a payment across these channels! -In this example, we will build a demonstration Lightning network made of four Lightning nodes named Alice, Bob, Chan, and Dina. We will connect Alice to Bob, Bob to Chan, and Chan to Dina. This is shown in <>: +In this example, we will build a demonstration Lightning network made of four Lightning nodes named Alice, Bob, Chan, and Dina. We will connect Alice to Bob, Bob to Chan, and Chan to Dina. This is shown in <>. [[alice_bob_chan_dina_network_demo]] .A small demonstration network of four nodes