aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
diff options
context:
space:
mode:
authorJohn Newbery <[email protected]>2018-02-02 10:09:04 -0500
committerJohn Newbery <[email protected]>2018-02-05 15:17:31 -0500
commitc6f09c2713333bf335e83bb303e2feec10136751 (patch)
tree2187caea2bd1dd987717193fe03dd22422055d95 /src/rpc/client.cpp
parent[tests] Remove estimatefee from rpc_deprecated.py test (diff)
downloaddiscoin-c6f09c2713333bf335e83bb303e2feec10136751.tar.xz
discoin-c6f09c2713333bf335e83bb303e2feec10136751.zip
[rpc] remove deprecated estimatefee RPC
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r--src/rpc/client.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index b88c1bccd..99c1242d8 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -114,7 +114,6 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "pruneblockchain", 0, "height" },
{ "keypoolrefill", 0, "newsize" },
{ "getrawmempool", 0, "verbose" },
- { "estimatefee", 0, "nblocks" },
{ "estimatesmartfee", 0, "conf_target" },
{ "estimaterawfee", 0, "conf_target" },
{ "estimaterawfee", 1, "threshold" },