wiki commit

This commit is contained in:
1VerdeMuXH1ApSZsQDkuHHZrwJaAtXTVn
2019-12-11 15:52:38 -05:00
committed by buwiki
parent 2e24fa6dcd
commit 9e8f64095f
+5 -1
View File
@@ -1 +1,5 @@
# Handshake: Acknowledge ("verack")
# Handshake: Acknowledge ("verack")
The `verack` message is sent in reply to a [version](/protocol/network/messages/version) message. Sending a `verack` in response to a `version` message indicates to the remote that its connection and version has been accepted. There is no version negotiation functionality between nodes; therefore if the node does not accept the version supplied by the remote then the node disconnects instead of responding with a `verack`.
This `verack` message consists of only a message header; the command string is "verack".