Browse Source

rpc: make estimatesmartfee argument naming consistent with documentation

Github-Pull: #11267
Rebased-From: 5acd82de9a
0.15
Wladimir J. van der Laan 7 years ago committed by MarcoFalke
parent
commit
b1a6c94683
  1. 2
      src/rpc/client.cpp

2
src/rpc/client.cpp

@ -115,7 +115,7 @@ static const CRPCConvertParam vRPCConvertParams[] = @@ -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" },

Loading…
Cancel
Save