Unverified Commit a89b7add authored by Marius van der Wijden's avatar Marius van der Wijden Committed by GitHub

params: set TerminalTotalDifficultyPassed to true (#25769)

* params: set TerminalTotalDifficultyPassed to true

* Update params/config.go
Co-authored-by: 's avatarMartin Holst Swende <martin@swende.se>
parent 1d2f5cf6
......@@ -77,6 +77,7 @@ var (
ArrowGlacierBlock: big.NewInt(13_773_000),
GrayGlacierBlock: big.NewInt(15_050_000),
TerminalTotalDifficulty: MainnetTerminalTotalDifficulty, // 58_750_000_000_000_000_000_000
TerminalTotalDifficultyPassed: true,
Ethash: new(EthashConfig),
}
......
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