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

Method AddTransactionsUpdated

src/txmempool.cpp:391–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391void CTxMemPool::AddTransactionsUpdated(unsigned int n)
392{
393 LOCK(cs);
394 nTransactionsUpdated += n;
395}
396
397bool CTxMemPool::addUnchecked(const uint256& hash, const CTxMemPoolEntry &entry, setEntries &setAncestors, bool fCurrentEstimate)
398{

Callers 2

ShutdownFunction · 0.80
UpdateTipFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected