![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
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...
#include <core.h>
Public Member Functions | |
CBlockLocator () | |
CBlockLocator (const std::vector< uint256 > &vHaveIn) | |
IMPLEMENT_SERIALIZE (if(!(nType &SER_GETHASH)) READWRITE(nVersion);READWRITE(vHave);) void SetNull() | |
bool | IsNull () |
Data Fields | |
std::vector< uint256 > | vHave |
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.
|
inline |
|
inline |
|
inline |
Definition at line 482 of file core.h.
Referenced by ProcessMessage().
std::vector<uint256> CBlockLocator::vHave |
Definition at line 461 of file core.h.
Referenced by CChain::FindFork().