MCPcopy Create free account
hub / github.com/ElementsProject/elements / AddTransactionsUpdated

Method AddTransactionsUpdated

src/txmempool.cpp:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498void CTxMemPool::AddTransactionsUpdated(unsigned int n)
499{
500 nTransactionsUpdated += n;
501}
502
503void CTxMemPool::addUnchecked(const CTxMemPoolEntry &entry, setEntries &setAncestors, bool validFeeEstimate)
504{

Callers 2

ShutdownFunction · 0.80
UpdateTipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected