Remove errant past from walletcreatefundedpsbt for nLocktime replaceability

Github-Pull: #15213
Rebased-From: 85f0ca95f3
This commit is contained in:
Gregory Sanders 2019-01-19 22:32:59 -05:00 committed by fanquake
parent 0a0b2ea11f
commit c42f4177ce
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -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"