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

Method TransactionAddedToMempool

src/validationinterface.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void CMainSignals::TransactionAddedToMempool(const CTransactionRef &ptx) {
147 m_internals->m_schedulerClient.AddToProcessQueue([ptx, this] {
148 m_internals->TransactionAddedToMempool(ptx);
149 });
150}
151
152void CMainSignals::BlockConnected(const std::shared_ptr<const CBlock> &pblock, const CBlockIndex *pindex, const std::shared_ptr<const std::vector<CTransactionRef>>& pvtxConflicted) {
153 m_internals->m_schedulerClient.AddToProcessQueue([pblock, pindex, pvtxConflicted, this] {

Callers

nothing calls this directly

Calls 1

AddToProcessQueueMethod · 0.80

Tested by

no test coverage detected