We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb7ac2 commit 4f504f8Copy full SHA for 4f504f8
src/wallet/rpcwallet.cpp
@@ -3526,8 +3526,8 @@ static RPCHelpMan bumpfee_helper(std::string method_name)
3526
3527
UniValue result(UniValue::VOBJ);
3528
3529
- // If wallet private keys are enabled, return the new transaction id,
3530
- // otherwise return the base64-encoded unsigned PSBT of the new transaction.
+ // For bumpfee, return the new transaction id.
+ // For psbtbumpfee, return the base64-encoded unsigned PSBT of the new transaction.
3531
if (!want_psbt) {
3532
if (!feebumper::SignTransaction(*pwallet, mtx)) {
3533
throw JSONRPCError(RPC_WALLET_ERROR, "Can't sign transaction.");
0 commit comments