Skip to content

Commit

Permalink
Merge pull request ethereum#101 from multi-geth/sp-hardfork-testnets
Browse files Browse the repository at this point in the history
Enable Kotti Atlantis hard fork
  • Loading branch information
sorpaas authored Jun 11, 2019
2 parents b3407b2 + 29834ec commit 6148a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/config_kotti.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ var (
EIP150Block: big.NewInt(0),
EIP150Hash: common.HexToHash("0x14c2283285a88fe5fce9bf5c573ab03d6616695d717b12a127188bcacfc743c4"),
EIP155Block: big.NewInt(0),
EIP158Block: nil,
ByzantiumBlock: nil,
EIP158Block: big.NewInt(716617),
ByzantiumBlock: big.NewInt(716617),
DisposalBlock: big.NewInt(0),
SocialBlock: nil,
EthersocialBlock: nil,
Expand Down

0 comments on commit 6148a5d

Please sign in to comment.