aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
diff options
context:
space:
mode:
authorIvan Vershigora <ivan.vershigora@gmail.com>2020-05-19 19:32:27 +0300
committerIvan Vershigora <ivan.vershigora@gmail.com>2020-05-19 19:32:27 +0300
commitd0a3feea73e0751f325ef7f1de20fa668f27332e (patch)
tree5462bff2126a00bd0ee3a98653e0486255b61fea /src/wallet/rpcwallet.cpp
parentaa8d76806c74a51ec66e5004394fe9ea8ff0fac4 (diff)
downloadbitcoin-d0a3feea73e0751f325ef7f1de20fa668f27332e.tar.xz
Change docs for walletcreatefundedpsbt RPC method
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
-rw-r--r--src/wallet/rpcwallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index 2a57248705..add9297314 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -4109,7 +4109,7 @@ UniValue walletcreatefundedpsbt(const JSONRPCRequest& request)
{
{"txid", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "The transaction id"},
{"vout", RPCArg::Type::NUM, RPCArg::Optional::NO, "The output number"},
- {"sequence", RPCArg::Type::NUM, RPCArg::Optional::NO, "The sequence number"},
+ {"sequence", RPCArg::Type::NUM, /* default */ "depends on the value of the 'locktime' and 'options.replaceable' arguments", "The sequence number"},
},
},
},