mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 6d81d7aa87 into merged_master (Bitcoin PR #20787)
This commit is contained in:
commit
07f78541bc
6 changed files with 19 additions and 16 deletions
|
|
@ -1182,7 +1182,7 @@ static RPCHelpMan estimaterawfee()
|
|||
|
||||
UniValue result(UniValue::VOBJ);
|
||||
|
||||
for (const FeeEstimateHorizon horizon : {FeeEstimateHorizon::SHORT_HALFLIFE, FeeEstimateHorizon::MED_HALFLIFE, FeeEstimateHorizon::LONG_HALFLIFE}) {
|
||||
for (const FeeEstimateHorizon horizon : ALL_FEE_ESTIMATE_HORIZONS) {
|
||||
CFeeRate feeRate;
|
||||
EstimationResult buckets;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue