mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-26 06:44:32 +00:00
rpc: update cli for estimatefee argument rename
The first argument of estimatesmartfee was renamed from nblocks to conf_target in 06bcdb8da64502a64df03f3c89fbc6ccb72cd349. Update the client-side table as well. Github-Pull: #11267 Rebased-From: 24697c40ee6739b812259140042d426c81179977
This commit is contained in:
parent
2e31b1d48d
commit
921542e0bd
@ -116,7 +116,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||||||
{ "getrawmempool", 0, "verbose" },
|
{ "getrawmempool", 0, "verbose" },
|
||||||
{ "estimatefee", 0, "nblocks" },
|
{ "estimatefee", 0, "nblocks" },
|
||||||
{ "estimatesmartfee", 0, "nblocks" },
|
{ "estimatesmartfee", 0, "nblocks" },
|
||||||
{ "estimaterawfee", 0, "nblocks" },
|
{ "estimaterawfee", 0, "conf_target" },
|
||||||
{ "estimaterawfee", 1, "threshold" },
|
{ "estimaterawfee", 1, "threshold" },
|
||||||
{ "prioritisetransaction", 1, "dummy" },
|
{ "prioritisetransaction", 1, "dummy" },
|
||||||
{ "prioritisetransaction", 2, "fee_delta" },
|
{ "prioritisetransaction", 2, "fee_delta" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user