diff --git a/11_gossip_channel_graph.asciidoc b/11_gossip_channel_graph.asciidoc index 1f2aeae..2cb9a39 100644 --- a/11_gossip_channel_graph.asciidoc +++ b/11_gossip_channel_graph.asciidoc @@ -66,6 +66,7 @@ After initial bootstrap, a node on the network needs to continue to maintain its Upon completion of this chapter, you will understand a key component of the peer-to-peer Lightning Network: namely, how peers discover each other and maintain a local copy (perspective) of the channel graph. We'll begin by exploring the story of a new node that has just booted up and needs to find other peers to connect to on the network.(((range="endofrange", startref="ix_11_gossip_channel_graph-asciidoc1")))(((range="endofrange", startref="ix_11_gossip_channel_graph-asciidoc0"))) +[role="pagebreak-before less_space"] === Peer Discovery ((("gossip protocol","peer discovery", id="ix_11_gossip_channel_graph-asciidoc2", range="startofrange")))((("peer discovery", id="ix_11_gossip_channel_graph-asciidoc3", range="startofrange")))In this section, we'll begin to follow a new Lightning node that wishes to join the network through three steps: