MCPcopy 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
956bool CTxMemPool::GetLoadTried() const
957{
958 LOCK(cs);
959 return m_load_tried;
960}
961
962void CTxMemPool::SetLoadTried(bool load_tried)
963{

Callers 3

ShutdownFunction · 0.80
MempoolInfoToJSONFunction · 0.80
savemempoolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected