Unverified Commit 2a8a07c2 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #19412 from karalabe/rinkeby-petersburg

params: set Rinkeby Petersburg fork block (4th May, 2019)
parents 78644f03 dd0cfe5e
...@@ -94,7 +94,7 @@ var ( ...@@ -94,7 +94,7 @@ var (
EIP158Block: big.NewInt(3), EIP158Block: big.NewInt(3),
ByzantiumBlock: big.NewInt(1035301), ByzantiumBlock: big.NewInt(1035301),
ConstantinopleBlock: big.NewInt(3660663), ConstantinopleBlock: big.NewInt(3660663),
PetersburgBlock: big.NewInt(9999999), //TODO! Insert Rinkeby block number PetersburgBlock: big.NewInt(4321234),
Clique: &CliqueConfig{ Clique: &CliqueConfig{
Period: 15, Period: 15,
Epoch: 30000, Epoch: 30000,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment