mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge 94f83534e4 into merged_master (Bitcoin PR bitcoin/bitcoin#21752)
This commit is contained in:
commit
3402d0aa23
10 changed files with 24 additions and 24 deletions
|
|
@ -1101,7 +1101,7 @@ static RPCHelpMan estimatesmartfee()
|
|||
RPCResult{
|
||||
RPCResult::Type::OBJ, "", "",
|
||||
{
|
||||
{RPCResult::Type::NUM, "feerate", /* optional */ true, "estimate fee rate in " + CURRENCY_UNIT + "/kB (only present if no errors were encountered)"},
|
||||
{RPCResult::Type::NUM, "feerate", /* optional */ true, "estimate fee rate in " + CURRENCY_UNIT + "/kvB (only present if no errors were encountered)"},
|
||||
{RPCResult::Type::ARR, "errors", /* optional */ true, "Errors encountered during processing (if there are any)",
|
||||
{
|
||||
{RPCResult::Type::STR, "", "error"},
|
||||
|
|
@ -1170,7 +1170,7 @@ static RPCHelpMan estimaterawfee()
|
|||
{
|
||||
{RPCResult::Type::OBJ, "short", /* optional */ true, "estimate for short time horizon",
|
||||
{
|
||||
{RPCResult::Type::NUM, "feerate", /* optional */ true, "estimate fee rate in " + CURRENCY_UNIT + "/kB"},
|
||||
{RPCResult::Type::NUM, "feerate", /* optional */ true, "estimate fee rate in " + CURRENCY_UNIT + "/kvB"},
|
||||
{RPCResult::Type::NUM, "decay", "exponential decay (per block) for historical moving average of confirmation data"},
|
||||
{RPCResult::Type::NUM, "scale", "The resolution of confirmation targets at this time horizon"},
|
||||
{RPCResult::Type::OBJ, "pass", /* optional */ true, "information about the lowest range of feerates to succeed in meeting the threshold",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue