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

Method RemoveStaged

src/txmempool.cpp:1151–1157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149}
1150
1151void CTxMemPool::RemoveStaged(setEntries &stage, bool updateDescendants, MemPoolRemovalReason reason) {
1152 AssertLockHeld(cs);
1153 UpdateForRemoveFromMempool(stage, updateDescendants);
1154 for (txiter it : stage) {
1155 removeUnchecked(it, reason);
1156 }
1157}
1158
1159int CTxMemPool::Expire(std::chrono::seconds time)
1160{

Callers 1

FinalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected