From d57c0cd658a281425c354b6255877b05f40eb366 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 4 Feb 2020 10:27:26 -0500 Subject: [PATCH] Istanbul: Update Hardfork Blocknumber to 3,050,000 --- params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index 61ac204b5ad71..81e00a72daa58 100644 --- a/params/config.go +++ b/params/config.go @@ -69,7 +69,7 @@ var ( PirlGuardBlock: 1800000, PirlGuardLength: 60, - IstanbulBlock: big.NewInt(3000000), + IstanbulBlock: big.NewInt(3050000), MuirGlacierBlock: nil, Ethash: new(EthashConfig), }