Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ BuildSkip
Method
BuildSkip
src/chain.cpp:115–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void CBlockIndex::BuildSkip()
116
{
117
if (pprev)
118
pskip = pprev->GetAncestor(GetSkipHeight(nHeight));
119
}
120
121
arith_uint256 GetBlockProof(const CBlockIndex& block)
122
{
Callers
5
AddToBlockIndex
Method · 0.80
LoadBlockIndex
Method · 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