rpc: make estimatesmartfee argument naming consistent with documentation

Part of this was a reversion in ec6902d0ea.
This commit is contained in:
Wladimir J. van der Laan
2017-09-07 19:15:45 +02:00
parent 24697c40ee
commit 5acd82de9a
2 changed files with 2 additions and 2 deletions

View File

@@ -980,7 +980,7 @@ static const CRPCCommand commands[] =
{ "generating", "generatetoaddress", &generatetoaddress, {"nblocks","address","maxtries"} },
{ "util", "estimatefee", &estimatefee, {"nblocks"} },
{ "util", "estimatesmartfee", &estimatesmartfee, {"nblocks", "estimate_mode"} },
{ "util", "estimatesmartfee", &estimatesmartfee, {"conf_target", "estimate_mode"} },
{ "hidden", "estimaterawfee", &estimaterawfee, {"conf_target", "threshold"} },
};