Remove a transaction from the mempool along with any descendants. If the transaction is not already in the mempool, find any descendants and remove them.
Synopsis
Declared in <txmempool.h>
[[requires_capability(0x7fbc8f683798), requires_capability(0x7fbc95d454f8), requires_capability(0x7fbca708b1b8), requires_capability(0x7fbc86273a58), requires_capability(0x7fbca7898138), requires_capability(0x7fbc84ab9788), requires_capability(0x7fbc870f8c88), requires_capability(0x7fbc921e0548)]]
void
removeRecursive(
CTransaction const& tx,
MemPoolRemovalReason reason);
Parameters
Name |
Description |
tx |
The transaction to remove along with its descendants. |
reason |
The reason the transaction is being removed. |
Created with MrDocs