aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-02-10 22:12:43 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-02-10 22:11:31 -0500
commitfa5f51830d2649cace2fc827084093019497c151 (patch)
tree8a1aabc02312abfdd013b8c9fc983c3011ef05d7 /src
parent67447ba06057b8e83f962c82491d2fe6c5211f50 (diff)
downloadbitcoin-fa5f51830d2649cace2fc827084093019497c151.tar.xz
rpc: Reject deprecated reserveChangeKey in fundrawtransaction
Diffstat (limited to 'src')
-rw-r--r--src/wallet/rpcwallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index 261d9b37f5..e9a63c1862 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -3129,7 +3129,6 @@ UniValue fundrawtransaction(const JSONRPCRequest& request)
{"change_type", UniValueType(UniValue::VSTR)},
{"includeWatching", UniValueType(UniValue::VBOOL)},
{"lockUnspents", UniValueType(UniValue::VBOOL)},
- {"reserveChangeKey", UniValueType(UniValue::VBOOL)}, // DEPRECATED (and ignored), should be removed in 0.16 or so.
{"feeRate", UniValueType()}, // will be checked below
{"subtractFeeFromOutputs", UniValueType(UniValue::VARR)},
{"replaceable", UniValueType(UniValue::VBOOL)},