mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge #10543: Change API to estimaterawfee
5e3b7b5Improve error reporting for estimaterawfee (Alex Morcos)1fafd70Add function to report highest estimate target tracked per horizon (Alex Morcos)9c85b91Change API to estimaterawfee (Alex Morcos) Tree-SHA512: e624c6e7967e9e48abe49f5818bd674e5710e571cc093029d2f90d39fdfba3c1f30e83bf89f6dce97052b59a7d9636a64642ccfb26effd149c417d0afbed0c0b
This commit is contained in:
commit
b27b004532
5 changed files with 115 additions and 56 deletions
|
|
@ -117,7 +117,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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue