Skip to content

Commit

Permalink
Merge pull request ethereum#6 from Polandia94/patch-1
Browse files Browse the repository at this point in the history
Update config.go
  • Loading branch information
ethereumpow authored Aug 23, 2022
2 parents d6ffa81 + 73a8208 commit 233c5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var (
LondonBlock: big.NewInt(12_965_000),
ArrowGlacierBlock: big.NewInt(13_773_000),
GrayGlacierBlock: big.NewInt(15_050_000),
EthPoWForkBlock: big.NewInt(15_500_000),
EthPoWForkBlock: big.NewInt(16_000_000),
EthPoWForkSupport: true,
Ethash: new(EthashConfig),
}
Expand Down

0 comments on commit 233c5b9

Please sign in to comment.