MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / clear

Method clear

src/txmempool.cpp:599–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599void CTxMemPool::clear()
600{
601 LOCK(cs);
602 _clear();
603}
604
605static void CheckInputsAndUpdateCoins(const CTransaction& tx, CCoinsViewCache& mempoolDuplicate, const int64_t spendheight)
606{

Callers 3

removeUncheckedMethod · 0.45
_clearMethod · 0.45
queryHashesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected