changelog: v0.12.2 (#1022)

* changelog: v0.12.2

* fix
This commit is contained in:
Federico Kunze Küllmer
2022-03-30 19:16:37 +02:00
committed by GitHub
parent d19e38833c
commit 4ddc8afd18
11 changed files with 1019 additions and 22 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ func (e *EVMBackend) processBlock(
ethBlock *map[string]interface{},
rewardPercentiles []float64,
tendermintBlockResult *tmrpctypes.ResultBlockResults,
targetOneFeeHistory *rpctypes.OneFeeHistory) error {
targetOneFeeHistory *rpctypes.OneFeeHistory,
) error {
blockHeight := tendermintBlock.Block.Height
blockBaseFee, err := e.BaseFee(blockHeight)
if err != nil {