From a44380478ef2ddb468d9ddfad13e832e177c61bb Mon Sep 17 00:00:00 2001 From: Josh Green Date: Wed, 25 Dec 2019 16:10:19 -0500 Subject: [PATCH] No description. --- protocol/network/node-handshake.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/protocol/network/node-handshake.md b/protocol/network/node-handshake.md index c600a60..98d67a4 100644 --- a/protocol/network/node-handshake.md +++ b/protocol/network/node-handshake.md @@ -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.