Bitcoin ABC 0.26.3
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
static int | InvertLowestOne (int n) |
Turn the lowest '1' bit in the binary representation of a number into a '0'. | |
static int | GetSkipHeight (int height) |
Compute what height to jump back to with the CBlockIndex::pskip pointer. | |
Compute what height to jump back to with the CBlockIndex::pskip pointer.
Definition at line 16 of file blockindex.cpp.
Turn the lowest '1' bit in the binary representation of a number into a '0'.
Definition at line 11 of file blockindex.cpp.