From 1e756f595a25f1f8f85f300a1af4cd140e3892ef Mon Sep 17 00:00:00 2001 From: bitcoin Date: Fri, 6 Dec 2019 10:33:09 -0500 Subject: [PATCH] wiki commit --- protocol/network/messages/version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/network/messages/version.md b/protocol/network/messages/version.md index 60f2b4e..2effc24 100644 --- a/protocol/network/messages/version.md +++ b/protocol/network/messages/version.md @@ -1,6 +1,6 @@ # Handshake: Version (“version”) -The version message is a part of the node connection handshake and indicates various connection settings, networking information, and the services provided by the sending node (see Services Bitmask below). +The version message is a part of the node connection [handshake](/protocol/network/node-handshake) and indicates various connection settings, networking information, and the services provided by the sending node (see Services Bitmask [below](#services-bitmask)). The node connection is not considered established until both nodes have sent and received both a version and [verack](/protocol/network/messages/verack) message.