diff options
author | Alex Morcos <morcos@chaincode.com> | 2017-01-19 13:20:08 -0500 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2017-02-27 11:23:50 -0500 |
commit | 12839cdd56ab5ebb06c59bbf9a064f4bd23b7398 (patch) | |
tree | ad242dba8469f89508a9bb17ce980f311428b756 /src/rpc/client.cpp | |
parent | ddf58c75739efc7509d529002975ea447a269b3a (diff) |
[rpc] Remove estimatepriority and estimatesmartpriority.
The RPC calls were already deprecated.
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r-- | src/rpc/client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 29bdb37682..2d16868d4d 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -107,9 +107,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "keypoolrefill", 0, "newsize" }, { "getrawmempool", 0, "verbose" }, { "estimatefee", 0, "nblocks" }, - { "estimatepriority", 0, "nblocks" }, { "estimatesmartfee", 0, "nblocks" }, - { "estimatesmartpriority", 0, "nblocks" }, { "prioritisetransaction", 1, "priority_delta" }, { "prioritisetransaction", 2, "fee_delta" }, { "setban", 2, "bantime" }, |