[#CBlockLocator-DUMMY_VERSION] = xref:CBlockLocator.adoc[CBlockLocator]::DUMMY_VERSION :relfileprefix: ../ :mrdocs: Historically CBlockLocator's version field has been written to network streams as the negotiated protocol version and to disk streams as the client version, but the value has never been used. == Synopsis Declared in `<primitives/block.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static int DUMMY_VERSION = 70016; ---- == Description Hard‐code to the highest protocol version ever written to a network stream. SerParams can be used if the field requires any meaning in the future, [.small]#Created with https://www.mrdocs.com[MrDocs]#