Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
621
void CTxMemPool::clear()
622
{
623
LOCK(cs);
624
_clear();
625
}
626
627
void CTxMemPool::check(const CCoinsViewCache *pcoins) const
628
{
Callers
2
_clear
Method · 0.45
queryHashes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected