wallet::CWallet::AbandonTransaction

Mark a wallet transaction (and its descendants) as abandoned.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7fbc76bfea78), requires_capability(0x7fbc81b78438), requires_capability(0x7fbc7e0162b8), requires_capability(0x7fbc7e245768), requires_capability(0x7fbc8e7163a8)]]
bool
AbandonTransaction(CWalletTx& tx);

Return Value

true if the transaction was marked abandoned.

Parameters

NameDescription
txThe wallet transaction to abandon.