No description.

This commit is contained in:
Josh Green
2019-12-25 16:10:19 -05:00
committed by bitcoin
parent a0f9ed9e0c
commit a44380478e
-2
View File
@@ -7,8 +7,6 @@ The handshake informs the peer of its:
- Block Height
- Supported [Network Services](/protocol/network/messages/version#services-bitmask)
Either Node may then decide to disconnect from the peer.
Neither Node should send any data other than a [Version](/protocol/network/messages/version) message to the peer until it has also received a Version message.
Once a node has received (and sent) a Version message, it may send a [Verack](/protocol/network/messages/verack) message.
Once each Node has sent and received a Verack message, normal node operation may begin.