Skip to content

Commit

Permalink
params\config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmyeonghun committed May 29, 2018
1 parent fc91a78 commit 8f84614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ var (
DAOForkSupport: false,
EIP150Block: big.NewInt(0),
EIP150Hash: common.HexToHash("0x310dd3c4ae84dd89f1b46cfdd5e26c8f904dfddddc73f323b468127272e20e9f"),
EIP155Block: big.NewInt(843000),
EIP158Block: big.NewInt(843000),
EIP155Block: big.NewInt(845000),
EIP158Block: big.NewInt(845000),
ByzantiumBlock: big.NewInt(600000),
ConstantinopleBlock: nil,
Ethash: new(EthashConfig),
Expand Down

0 comments on commit 8f84614

Please sign in to comment.