From 17f1c1381397e5e2d1ed68a3d28f92ac9d2d60d7 Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Thu, 28 Oct 2021 08:01:03 -0700 Subject: [PATCH] Edited 07_payment_channels.asciidoc with Atlas code editor --- 07_payment_channels.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_payment_channels.asciidoc b/07_payment_channels.asciidoc index 52781c8..040f8b3 100644 --- a/07_payment_channels.asciidoc +++ b/07_payment_channels.asciidoc @@ -3,7 +3,7 @@ In this chapter we will dive into payment channels and see how they are constructed. We will start with Alice's node opening a channel to Bob's node, building on the examples presented in the beginning of this book. -The messages exchanged by Alice and Bob's nodes are defined in https://github.com/lightningnetwork/lightning-rfc/blob/master/02-peer-protocol.md["BOLT2-Peer Protocol."] The transactions created by Alice and Bob's nodes are defined in https://github.com/lightningnetwork/lightning-rfc/blob/master/03-transactions.md["BOLT3-Transactions."] In this chapter we are focusing on the "Channel open and close" and "Channel state machine" parts of the Lightning protocol architecture, highlighted by a double outline in the center (Peer 2 peer layer) of <>. +The messages exchanged by Alice and Bob's nodes are defined in https://github.com/lightningnetwork/lightning-rfc/blob/master/02-peer-protocol.md["BOLT2-Peer Protocol."] The transactions created by Alice and Bob's nodes are defined in https://github.com/lightningnetwork/lightning-rfc/blob/master/03-transactions.md["BOLT3-Transactions."] In this chapter we are focusing on the "Channel open and close" and "Channel state machine" parts of the Lightning protocol architecture, highlighted by a double outline in the center (peer 2 peer layer) of <>. [[LN_protocol_channel_highlight]] .The Lightning Network protocol suite