wallet::feebumper::TransactionCanBeBumped

Return whether transaction can be bumped.

Synopsis

Declared in <wallet/feebumper.h>

bool
TransactionCanBeBumped(
    CWallet const& wallet,
    Txid const& txid);

Return Value

true if the transaction can be fee-bumped.

Parameters

NameDescription
walletThe wallet that owns the transaction.
txidThe txid of the transaction to check.