diff options
| author | John Newbery <[email protected]> | 2018-02-02 10:09:04 -0500 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2018-02-05 15:17:31 -0500 |
| commit | c6f09c2713333bf335e83bb303e2feec10136751 (patch) | |
| tree | 2187caea2bd1dd987717193fe03dd22422055d95 /src/rpc/client.cpp | |
| parent | [tests] Remove estimatefee from rpc_deprecated.py test (diff) | |
| download | discoin-c6f09c2713333bf335e83bb303e2feec10136751.tar.xz discoin-c6f09c2713333bf335e83bb303e2feec10136751.zip | |
[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 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" }, |