Skip to content

Commit

Permalink
fix: fix som failed UTs;
Browse files Browse the repository at this point in the history
  • Loading branch information
galaio authored and buddh0 committed Mar 21, 2024
1 parent 6552451 commit 420147c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/blockchain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3590,6 +3590,7 @@ func preShanghaiConfig() *params.ChainConfig {
config.ShanghaiTime = nil
config.KeplerTime = nil
config.FeynmanTime = nil
config.FeynmanFixTime = nil
config.CancunTime = nil
return &config
}
Expand Down
2 changes: 2 additions & 0 deletions core/eip3529tests/eip3529_parlia_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func postHertzPreShanghaiConfig() *params.ChainConfig {
config.ShanghaiTime = nil
config.KeplerTime = nil
config.FeynmanTime = nil
config.FeynmanFixTime = nil
config.CancunTime = nil
return &config
}
Expand All @@ -27,6 +28,7 @@ func preHertzConfig() *params.ChainConfig {
config.ShanghaiTime = nil
config.KeplerTime = nil
config.FeynmanTime = nil
config.FeynmanFixTime = nil
config.CancunTime = nil
return &config
}
Expand Down

0 comments on commit 420147c

Please sign in to comment.