rpc: make estimatesmartfee argument naming consistent with documentation

Github-Pull: #11267
Rebased-From: 5acd82de9a
This commit is contained in:
Wladimir J. van der Laan 2017-09-07 19:15:45 +02:00 committed by MarcoFalke
parent 921542e0bd
commit b1a6c94683

View File

@ -115,7 +115,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "keypoolrefill", 0, "newsize" },
{ "getrawmempool", 0, "verbose" },
{ "estimatefee", 0, "nblocks" },
{ "estimatesmartfee", 0, "nblocks" },
{ "estimatesmartfee", 0, "conf_target" },
{ "estimaterawfee", 0, "conf_target" },
{ "estimaterawfee", 1, "threshold" },
{ "prioritisetransaction", 1, "dummy" },