CTxMemPool::RemoveUnbroadcastTx

Removes a transaction from the unbroadcast set

Synopsis

Declared in <txmempool.h>

void
RemoveUnbroadcastTx(
    Txid const& txid,
    bool unchecked = false);

Parameters

NameDescription
txidThe txid to remove.
uncheckedIf true, remove without checking that the transaction is absent from the mempool.