Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
envestcc committed Dec 25, 2024
1 parent da45327 commit dd75d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gasstation/gasstattion.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (gs *GasStation) FeeHistory(ctx context.Context, blocks, lastBlock uint64,
})
rewards = append(rewards, feesPercentiles(fees, rewardPercentiles))
gs.percentileCache.Add(height, &blockPercents{
ascEffectivePriorityFees: rewards[i],
ascEffectivePriorityFees: fees,
})
}
}
Expand Down

0 comments on commit dd75d68

Please sign in to comment.