mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-28 16:36:04 +01:00
Change API to estimaterawfee
Report results for all 3 possible time horizons instead of specifying time horizon as an argument.
This commit is contained in:
@@ -113,7 +113,6 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
||||
{ "estimatesmartfee", 1, "conservative" },
|
||||
{ "estimaterawfee", 0, "nblocks" },
|
||||
{ "estimaterawfee", 1, "threshold" },
|
||||
{ "estimaterawfee", 2, "horizon" },
|
||||
{ "prioritisetransaction", 1, "dummy" },
|
||||
{ "prioritisetransaction", 2, "fee_delta" },
|
||||
{ "setban", 2, "bantime" },
|
||||
|
||||
Reference in New Issue
Block a user