MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetIsLoaded

Method SetIsLoaded

src/txmempool.cpp:1322–1326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1320}
1321
1322void CTxMemPool::SetIsLoaded(bool loaded)
1323{
1324 LOCK(cs);
1325 m_is_loaded = loaded;
1326}

Callers 1

LoadMempoolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected