Skip to content

Commit d0a3fee

Browse files
committed
Change docs for walletcreatefundedpsbt RPC method
1 parent aa8d768 commit d0a3fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4109,7 +4109,7 @@ UniValue walletcreatefundedpsbt(const JSONRPCRequest& request)
41094109
{
41104110
{"txid", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "The transaction id"},
41114111
{"vout", RPCArg::Type::NUM, RPCArg::Optional::NO, "The output number"},
4112-
{"sequence", RPCArg::Type::NUM, RPCArg::Optional::NO, "The sequence number"},
4112+
{"sequence", RPCArg::Type::NUM, /* default */ "depends on the value of the 'locktime' and 'options.replaceable' arguments", "The sequence number"},
41134113
},
41144114
},
41154115
},

0 commit comments

Comments
 (0)