Stage a transaction for removal from the mempool.
Synopsis
Declared in <txmempool.h>
void
StageRemoval(CTxMemPool::txiter it);
Parameters
Name |
Description |
it |
Iterator to the transaction to remove. |
Created with MrDocs
Stage a transaction for removal from the mempool.
Declared in <txmempool.h>
void
StageRemoval(CTxMemPool::txiter it);
Name |
Description |
it |
Iterator to the transaction to remove. |
Created with MrDocs