wallet::CWallet::AbandonTransaction

Mark a transaction (and it in-wallet descendants) as abandoned so its inputs may be respent.

Synopsis

Declared in <wallet/wallet.h>

bool
AbandonTransaction(Txid const& hashTx);

Return Value

true if the transaction was marked abandoned.

Parameters

NameDescription
hashTxThe txid of the transaction to abandon.