From 3f5de750807c7580953707016b6cdceea00e7ad2 Mon Sep 17 00:00:00 2001 From: "larry.lx" Date: Mon, 4 Dec 2023 13:56:14 +0800 Subject: [PATCH] fix: failed ut --- core/eip3529tests/eip3529_parlia_test.go | 1 + eth/gasprice/gasprice_test.go | 1 + 2 files changed, 2 insertions(+) diff --git a/core/eip3529tests/eip3529_parlia_test.go b/core/eip3529tests/eip3529_parlia_test.go index f759a8f880..517b39d057 100644 --- a/core/eip3529tests/eip3529_parlia_test.go +++ b/core/eip3529tests/eip3529_parlia_test.go @@ -19,6 +19,7 @@ func preHertzConfig() *params.ChainConfig { config.LondonBlock = nil config.BerlinBlock = nil config.HertzBlock = nil + config.HertzfixBlock = nil return &config } diff --git a/eth/gasprice/gasprice_test.go b/eth/gasprice/gasprice_test.go index 8835fbb60c..fa41594739 100644 --- a/eth/gasprice/gasprice_test.go +++ b/eth/gasprice/gasprice_test.go @@ -146,6 +146,7 @@ func newTestBackend(t *testing.T, londonBlock *big.Int, pending bool) *testBacke config.LubanBlock = nil config.PlatoBlock = nil config.HertzBlock = nil + config.HertzfixBlock = nil config.TerminalTotalDifficulty = common.Big0 engine := ethash.NewFaker()