Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ ClearBlockIndexCandidates
Method
ClearBlockIndexCandidates
src/validation.cpp:4898–4902 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4896
}
4897
4898
void Chainstate::ClearBlockIndexCandidates()
4899
{
4900
AssertLockHeld(::cs_main);
4901
setBlockIndexCandidates.clear();
4902
}
4903
4904
void Chainstate::PopulateBlockIndexCandidates()
4905
{
Callers
2
BOOST_FIXTURE_TEST_CASE
Function · 0.80
LoadChainstate
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
1
BOOST_FIXTURE_TEST_CASE
Function · 0.64