mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
params: set Rinkeby Petersburg fork block (4th May, 2019)
This commit is contained in:
parent
78644f0377
commit
dd0cfe5e11
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ var (
|
|||
EIP158Block: big.NewInt(3),
|
||||
ByzantiumBlock: big.NewInt(1035301),
|
||||
ConstantinopleBlock: big.NewInt(3660663),
|
||||
PetersburgBlock: big.NewInt(9999999), //TODO! Insert Rinkeby block number
|
||||
PetersburgBlock: big.NewInt(4321234),
|
||||
Clique: &CliqueConfig{
|
||||
Period: 15,
|
||||
Epoch: 30000,
|
||||
|
|
|
|||
Loading…
Reference in a new issue