diff options
author | John Newbery <john@johnnewbery.com> | 2018-02-02 10:09:04 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-02-05 15:17:31 -0500 |
commit | c6f09c2713333bf335e83bb303e2feec10136751 (patch) | |
tree | 2187caea2bd1dd987717193fe03dd22422055d95 /src/rpc/client.cpp | |
parent | a8e437a02f2d3d9c7cece4ec89543c7b803ea20f (diff) |
[rpc] remove deprecated estimatefee RPC
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index b88c1bccd5..99c1242d8a 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" }, |