Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
498
void CTxMemPool::AddTransactionsUpdated(unsigned int n)
499
{
500
nTransactionsUpdated += n;
501
}
502
503
void CTxMemPool::addUnchecked(const CTxMemPoolEntry &entry, setEntries &setAncestors, bool validFeeEstimate)
504
{
Callers
2
Shutdown
Function · 0.80
UpdateTip
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected