Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetLoadTried
Method
GetLoadTried
src/txmempool.cpp:956–960 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
954
}
955
956
bool CTxMemPool::GetLoadTried() const
957
{
958
LOCK(cs);
959
return m_load_tried;
960
}
961
962
void CTxMemPool::SetLoadTried(bool load_tried)
963
{
Callers
3
Shutdown
Function · 0.80
MempoolInfoToJSON
Function · 0.80
savemempool
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected