Skip to content

Commit

Permalink
params: set emergency ropsten TTD to 100_000_000_000_000_000_000_000 (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden authored and jagdeep sidhu committed May 31, 2022
1 parent 68e670a commit c42bcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Expand Up @@ -159,7 +159,7 @@ var (
MuirGlacierBlock: big.NewInt(7_117_117),
BerlinBlock: big.NewInt(9_812_189),
LondonBlock: big.NewInt(10_499_401),
TerminalTotalDifficulty: big.NewInt(43531756765713534),
TerminalTotalDifficulty: new(big.Int).SetBytes([]byte{0x15, 0x2D, 0x02, 0xC7, 0xE1, 0x4A, 0xF6, 0x80, 0x00, 0x00}), // 100_000_000_000_000_000_000_000
Ethash: new(EthashConfig),
}

Expand Down

0 comments on commit c42bcd5

Please sign in to comment.