Skip to content

Commit

Permalink
Enable G fork by default in TestChainConfig (#2119)
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed May 31, 2023
1 parent 21d8283 commit fedfe26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ var (
ChurritoBlock: big.NewInt(0),
DonutBlock: big.NewInt(0),
EspressoBlock: big.NewInt(0),
GForkBlock: nil,
GForkBlock: big.NewInt(0),

Istanbul: &IstanbulConfig{
Epoch: 30000,
Expand Down

0 comments on commit fedfe26

Please sign in to comment.