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

Method AddTransactionsUpdated

src/txmempool.cpp:352–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void CTxMemPool::AddTransactionsUpdated(unsigned int n)
353{
354 LOCK(cs);
355 nTransactionsUpdated += n;
356}
357
358void CTxMemPool::addUnchecked(const uint256& hash, const CTxMemPoolEntry &entry, setEntries &setAncestors, bool validFeeEstimate)
359{

Callers 2

ShutdownFunction · 0.80
UpdateTipFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected