3978@@ -3979,7 +3979,7 @@ UniValue walletcreatefundedpsbt(const JSONRPCRequest& request)
3979 {"vout_index", RPCArg::Type::NUM, RPCArg::Optional::OMITTED, "The zero-based output index, before a change output is added."},
3980 },
3981 },
3982- {"replaceable", RPCArg::Type::BOOL, /* default */ "false", "Marks this transaction as BIP125 replaceable.\n"
3983+ {"replaceable", RPCArg::Type::BOOL, /* default */ "fallback to wallet's default", "Marks this transaction as BIP125 replaceable.\n"
“fallback to” seems unnecessary here.
Would need a scripted diff to change that?
0$ git grep --count "fallback to wallet's default"
1src/wallet/rpcwallet.cpp:7
I used the same wording as elsewhere, so could indeed do a replace-all.