MCPcopy Create free account
hub / github.com/LUX-Core/lux / AddTransactionsUpdated

Method AddTransactionsUpdated

src/txmempool.cpp:382–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void CTxMemPool::AddTransactionsUpdated(unsigned int n)
383{
384 LOCK(cs);
385 nTransactionsUpdated += n;
386}
387
388bool CTxMemPool::addUnchecked(const uint256& hash, const CTxMemPoolEntry &entry, setEntries &setAncestors, bool validFeeEstimate)
389{

Callers 2

PrepareShutdownFunction · 0.80
UpdateTipFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected