Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
int32_t | ComputeBlockVersion (const CBlockIndex *pindexPrev, const Consensus::Params ¶ms) |
Determine what nVersion a new block should use. More... | |
Variables | |
static const int32_t | VERSIONBITS_TOP_BITS = 0x20000000UL |
What bits to set in version for versionbits blocks. More... | |
int32_t ComputeBlockVersion | ( | const CBlockIndex * | pindexPrev, |
const Consensus::Params & | params | ||
) |
Determine what nVersion a new block should use.
Definition at line 8 of file versionbits.cpp.
|
static |
What bits to set in version for versionbits blocks.
Definition at line 14 of file versionbits.h.