![]() |
Bitcoin ABC
0.26.3
P2P Digital Currency
|
#include <blockindex.h>
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'. More... | |
static int | GetSkipHeight (int height) |
Compute what height to jump back to with the CBlockIndex::pskip pointer. More... | |
|
inlinestatic |
Compute what height to jump back to with the CBlockIndex::pskip pointer.
Definition at line 15 of file blockindex.cpp.
|
inlinestatic |
Turn the lowest '1' bit in the binary representation of a number into a '0'.
Definition at line 10 of file blockindex.cpp.