Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ BuildSkip
Method
BuildSkip
src/chain.cpp:114–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void CBlockIndex::BuildSkip()
115
{
116
if (pprev)
117
pskip = pprev->GetAncestor(GetSkipHeight(nHeight));
118
}
119
120
arith_uint256 GetBitsProof(uint32_t bits)
121
{
Callers
8
BOOST_AUTO_TEST_CASE
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
TestBasicMining
Method · 0.80
VersionBitsTester
Class · 0.80
FUZZ_TARGET
Function · 0.80
mine_block
Method · 0.80
AddToBlockIndex
Method · 0.80
LoadBlockIndex
Method · 0.80
Calls
2
GetSkipHeight
Function · 0.85
GetAncestor
Method · 0.45
Tested by
5
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
TestBasicMining
Method · 0.64
FUZZ_TARGET
Function · 0.64
mine_block
Method · 0.64