2020-10-05 16:33:33 -04:00
# Handshake: Version Acknowledgement ("verack")
2019-12-11 15:52:38 -05:00
2019-12-22 17:37:40 -05:00
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.
2019-12-11 16:15:41 -05:00
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` .
2019-12-11 15:52:38 -05:00
2019-12-11 17:21:08 -05:00
This `verack` message consists of only a message header; the command string is "verack".
2020-10-05 16:33:33 -04:00
## Message Format
2019-12-11 17:21:08 -05:00
2020-10-05 16:33:33 -04:00
This message has no contents.