MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / SetLoadTried

Method SetLoadTried

src/txmempool.cpp:962–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960}
961
962void CTxMemPool::SetLoadTried(bool load_tried)
963{
964 LOCK(cs);
965 m_load_tried = load_tried;
966}
967
968std::vector<CTxMemPool::txiter> CTxMemPool::GatherClusters(const std::vector<Txid>& txids) const
969{

Callers 2

AppInitMainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected