CBlockLocator::DUMMY_VERSION

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>

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,