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

Method clear

src/txmempool.cpp:621–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621void CTxMemPool::clear()
622{
623 LOCK(cs);
624 _clear();
625}
626
627void CTxMemPool::check(const CCoinsViewCache *pcoins) const
628{

Callers 2

_clearMethod · 0.45
queryHashesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected