diff options
author | Gregory Sanders <gsanders87@gmail.com> | 2019-01-19 22:32:59 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-01-25 11:41:22 +0800 |
commit | c42f4177ce1385fa699f689d3175bf5cec0e98af (patch) | |
tree | 43a49e4d7e4451d76e9f66418ee37241724cb539 /src/wallet/rpcwallet.cpp | |
parent | 0a0b2ea11fde7becbdd1c04205336c3a39bffbc0 (diff) |
Remove errant past from walletcreatefundedpsbt for nLocktime replaceability
Github-Pull: #15213
Rebased-From: 85f0ca95f3b57d9714a753882ea22fcd6a4139fb
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
-rw-r--r-- | src/wallet/rpcwallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index e02171ec40..64cc8278ff 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -4693,7 +4693,6 @@ UniValue walletcreatefundedpsbt(const JSONRPCRequest& request) " accepted as second parameter.\n" " ]\n" "3. locktime (numeric, optional, default=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.\n" "4. options (object, optional)\n" " {\n" " \"changeAddress\" (string, optional, default pool address) The bitcoin address to receive the change\n" |