Return whether transaction can be bumped.
Declared in <wallet/feebumper.h>
bool
TransactionCanBeBumped(
CWallet const& wallet,
Txid const& txid);
true if the transaction can be fee-bumped.
| Name | Description |
|---|---|
| wallet | The wallet that owns the transaction. |
| txid | The txid of the transaction to check. |