[#wallet-feebumper-TransactionCanBeBumped] = xref:wallet.adoc[wallet]::xref:wallet/feebumper.adoc[feebumper]::TransactionCanBeBumped :relfileprefix: ../../ :mrdocs: Return whether transaction can be bumped. == Synopsis Declared in `<wallet/feebumper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool TransactionCanBeBumped( xref:wallet/CWallet.adoc[CWallet] const& wallet, xref:Txid.adoc[Txid] const& txid); ---- == Return Value true if the transaction can be fee‐bumped. == Parameters [cols="1,4"] |=== | Name| Description | *wallet* | The wallet that owns the transaction. | *txid* | The txid of the transaction to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#