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