aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGregory Sanders <[email protected]>2019-01-19 22:32:59 -0500
committerGregory Sanders <[email protected]>2019-01-19 22:32:59 -0500
commit85f0ca95f3b57d9714a753882ea22fcd6a4139fb (patch)
tree458bd28cadd0e540c9b00ca9666f271ed3b6b67e /src
parentMerge #15186: rpc: remove duplicate solvable field from getaddressinfo (diff)
downloaddiscoin-85f0ca95f3b57d9714a753882ea22fcd6a4139fb.tar.xz
discoin-85f0ca95f3b57d9714a753882ea22fcd6a4139fb.zip
Remove errant past from walletcreatefundedpsbt for nLocktime replaceability
Diffstat (limited to 'src')
-rw-r--r--src/wallet/rpcwallet.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index 13fe5c3ab..cb0811276 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -4042,8 +4042,7 @@ UniValue walletcreatefundedpsbt(const JSONRPCRequest& request)
},
},
},
- {"locktime", RPCArg::Type::NUM, /* opt */ true, /* default_val */ "0", "Raw locktime. Non-0 value also locktime-activates inputs\n"
- " Allows this transaction to be replaced by a transaction with higher fees. If provided, it is an error if explicit sequence numbers are incompatible."},
+ {"locktime", RPCArg::Type::NUM, /* opt */ true, /* default_val */ "0", "Raw locktime. Non-0 value also locktime-activates inputs"},
{"options", RPCArg::Type::OBJ, /* opt */ true, /* default_val */ "null", "",
{
{"changeAddress", RPCArg::Type::STR_HEX, /* opt */ true, /* default_val */ "pool address", "The bitcoin address to receive the change"},