Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ BuildSkip
Method
BuildSkip
src/chain.cpp:145–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
void CBlockIndex::BuildSkip()
146
{
147
if (pprev)
148
pskip = pprev->GetAncestor(GetSkipHeight(nHeight));
149
}
150
151
arith_uint256 GetBlockProof(const CBlockIndex& block)
152
{
Callers
7
BOOST_AUTO_TEST_CASE
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 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.80
Tested by
4
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
FUZZ_TARGET
Function · 0.64
mine_block
Method · 0.64