[rpc] Remove estimatepriority and estimatesmartpriority.

The RPC calls were already deprecated.
This commit is contained in:
Alex Morcos
2017-01-19 13:20:08 -05:00
parent ddf58c7573
commit 12839cdd56
2 changed files with 0 additions and 67 deletions

View File

@@ -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" },