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

Method MempoolEntryRemoved

src/validationinterface.cpp:128–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void CMainSignals::MempoolEntryRemoved(CTransactionRef ptx, MemPoolRemovalReason reason) {
129 if (reason != MemPoolRemovalReason::BLOCK && reason != MemPoolRemovalReason::CONFLICT) {
130 m_internals->m_schedulerClient.AddToProcessQueue([ptx, this] {
131 m_internals->TransactionRemovedFromMempool(ptx);
132 });
133 }
134}
135
136void CMainSignals::UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) {
137 // Dependencies exist that require UpdatedBlockTip events to be delivered in the order in which

Callers

nothing calls this directly

Calls 2

AddToProcessQueueMethod · 0.80

Tested by

no test coverage detected