[#NetMsgType-VERACK] = xref:NetMsgType.adoc[NetMsgType]::VERACK :relfileprefix: ../ :mrdocs: The verack message acknowledges a previously‐received version message, informing the connecting node that it can begin to send other messages. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr char const* VERACK = {"verack"}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#