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