Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6163
ChainstateManager::~ChainstateManager()
6164
{
6165
LOCK(::cs_main);
6166
6167
m_versionbitscache.Clear();
6168
}
6169
6170
Chainstate* ChainstateManager::LoadAssumeutxoChainstate()
6171
{
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected