Removes a transaction from the unbroadcast set

Synopsis

Declared in <txmempool.h>

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

Parameters

Name

Description

txid

The txid to remove.

unchecked

If true, remove without checking that the transaction is absent from the mempool.

Created with MrDocs