Describes a place in the block chain to another node such that if the other node doesn't have the same branch, it can find a recent common trunk.
More...
Describes a place in the block chain to another node such that if the other node doesn't have the same branch, it can find a recent common trunk.
The further back it is, the further before the fork it may be.
Definition at line 123 of file block.h.
constexpr int CBlockLocator::DUMMY_VERSION = 70016 |
|
staticconstexpr |
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.
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,
Definition at line 132 of file block.h.