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:
committed by
Péter Szilágyi
parent
12f2a25d5e
commit
9278951a62
@ -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),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user