MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ~ChainstateManager

Method ~ChainstateManager

src/validation.cpp:6163–6168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6161}
6162
6163ChainstateManager::~ChainstateManager()
6164{
6165 LOCK(::cs_main);
6166
6167 m_versionbitscache.Clear();
6168}
6169
6170Chainstate* ChainstateManager::LoadAssumeutxoChainstate()
6171{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected