![]() |
Bitcoin Core
29.1.0
P2P Digital Currency
|
#include <string>Go to the source code of this file.
Enumerations | |
| enum | MemPoolRemovalReason { MemPoolRemovalReason::EXPIRY, MemPoolRemovalReason::SIZELIMIT, MemPoolRemovalReason::REORG, MemPoolRemovalReason::BLOCK, MemPoolRemovalReason::CONFLICT, MemPoolRemovalReason::REPLACED } |
| Reason why a transaction was removed from the mempool, this is passed to the notification signal. More... | |
Functions | |
| std::string | RemovalReasonToString (const MemPoolRemovalReason &r) noexcept |
|
strong |
Reason why a transaction was removed from the mempool, this is passed to the notification signal.
Definition at line 13 of file mempool_removal_reason.h.
|
noexcept |
Definition at line 10 of file mempool_removal_reason.cpp.
1.8.14