From fedfe26c04f907591aef9378ed7934909ee7441d Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Wed, 31 May 2023 11:54:06 +0200 Subject: [PATCH] Enable G fork by default in `TestChainConfig` (#2119) --- params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index f976544414..5e8ba024bf 100644 --- a/params/config.go +++ b/params/config.go @@ -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,