5#ifndef BITCOIN_KERNEL_MEMPOOL_REMOVAL_REASON_H
6#define BITCOIN_KERNEL_MEMPOOL_REMOVAL_REASON_H
MemPoolRemovalReason
Reason why a transaction was removed from the mempool, this is passed to the notification signal.
@ SIZELIMIT
Removed in size limiting.
@ EXPIRY
Expired from mempool.
@ REPLACED
Removed for replacement.
@ CONFLICT
Removed for conflict with in-block transaction.
@ REORG
Removed for reorganization.
std::string RemovalReasonToString(const MemPoolRemovalReason &r) noexcept