Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ BuildSkip
Method
BuildSkip
src/chain.cpp:108–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
void CBlockIndex::BuildSkip()
109
{
110
if (pprev)
111
pskip = pprev->GetAncestor(GetSkipHeight(nHeight));
112
}
Callers
5
AddToBlockIndex
Function · 0.80
LoadBlockIndexDB
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
VersionBitsTester
Class · 0.80
Calls
2
GetSkipHeight
Function · 0.85
GetAncestor
Method · 0.80
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64