aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorGregory Sanders <gsanders87@gmail.com>2018-08-14 21:12:33 -0400
committerWladimir J. van der Laan <laanwj@gmail.com>2018-08-21 09:44:51 +0200
commit65e7a8b97f84beaa41a2a06e2d318614d6ece686 (patch)
tree275bc81f10c952c18368c619373b3d7469d1b7db /src/rpc
parentc6d905746b9017661f757ec131fbccb6caf75385 (diff)
downloadbitcoin-65e7a8b97f84beaa41a2a06e2d318614d6ece686.tar.xz
walletcreatefundedpsbt: remove duplicate replaceable arg
Github-Pull: #13968 Rebased-From: 1f18d7b591ffcc8bb9422a9b728bd9a0d8da6a2a Tree-SHA512: 90391703181db6880a135c60aca792a9e92c4abcad26907cd6cb0a0378593fe45cf995a22ae142ea7de2767c72a9df444e918ff15e460ce19c0435163917d812
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/client.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index 6738b206c9..c7f3e38ac0 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -113,9 +113,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "walletcreatefundedpsbt", 0, "inputs" },
{ "walletcreatefundedpsbt", 1, "outputs" },
{ "walletcreatefundedpsbt", 2, "locktime" },
- { "walletcreatefundedpsbt", 3, "replaceable" },
- { "walletcreatefundedpsbt", 4, "options" },
- { "walletcreatefundedpsbt", 5, "bip32derivs" },
+ { "walletcreatefundedpsbt", 3, "options" },
+ { "walletcreatefundedpsbt", 4, "bip32derivs" },
{ "walletprocesspsbt", 1, "sign" },
{ "walletprocesspsbt", 3, "bip32derivs" },
{ "createpsbt", 0, "inputs" },