Merge pull request #162 from HAOYUatHZ/underscore

add missing underscore
pull/165/head
Andreas M. Antonopoulos 5 years ago committed by GitHub
commit b012317ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -327,7 +327,7 @@ We need to introduce one missing protocol of the Lightning Network which is the
As mentioned payment channels can be announced to the network after they are established.
This is happening via a peer to peer gossip protocol.
After opening a channel a node will send out an announcement of the channel via the `channel_announcement` message to its peers.
Every peer can validate the information from the `channel announcement` message and verify that the funding transaction was indeed confirmed by the Bitcoin Network.
Every peer can validate the information from the `channel_announcement` message and verify that the funding transaction was indeed confirmed by the Bitcoin Network.
Upon verification the node will forward the gossip message to its peers.
In order to avoid SPAM this will of course only be done if the message was not forwarded by that node yet.
Similarly nodes can be announced via the gossip protocol with the `node_announcment` message.

Loading…
Cancel
Save