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

Name

Description

wallet

The wallet that owns the transaction.

txid

The txid of the transaction to check.

Created with MrDocs