wallet::CWallet::TransactionCanBeAbandoned

Return whether transaction can be abandoned

Synopsis

Declared in <wallet/wallet.h>

bool
TransactionCanBeAbandoned(Txid const& hashTx) const;

Return Value

true if the transaction can be abandoned.

Parameters

NameDescription
hashTxThe txid to check.