Removes a transaction from the unbroadcast set
Declared in <txmempool.h>
void
RemoveUnbroadcastTx(
Txid const& txid,
bool unchecked = false);
| Name | Description |
|---|---|
| txid | The txid to remove. |
| unchecked | If true, remove without checking that the transaction is absent from the mempool. |