MCPcopy 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
4898void Chainstate::ClearBlockIndexCandidates()
4899{
4900 AssertLockHeld(::cs_main);
4901 setBlockIndexCandidates.clear();
4902}
4903
4904void Chainstate::PopulateBlockIndexCandidates()
4905{

Callers 2

BOOST_FIXTURE_TEST_CASEFunction · 0.80
LoadChainstateFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.64