params, core/forkid: configure mainnet istanbul block 9069K (#20222)

* params: configure mainnet istanbul block 9069K

* core/forkid: add some more test items for mainnet istanbul
This commit is contained in:
Martin Holst Swende
2019-10-31 10:04:26 +01:00
committed by Péter Szilágyi
parent 12f2a25d5e
commit 9278951a62
2 changed files with 7 additions and 5 deletions

View File

@ -65,7 +65,7 @@ var (
ByzantiumBlock: big.NewInt(4370000),
ConstantinopleBlock: big.NewInt(7280000),
PetersburgBlock: big.NewInt(7280000),
IstanbulBlock: nil,
IstanbulBlock: big.NewInt(9069000),
Ethash: new(EthashConfig),
}