Skip to content

Commit be97427

Browse files
params: set emergency ropsten TTD to 100_000_000_000_000_000_000_000 (ethereum#24975)
1 parent 0287e1a commit be97427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ var (
114114
MuirGlacierBlock: big.NewInt(7_117_117),
115115
BerlinBlock: big.NewInt(9_812_189),
116116
LondonBlock: big.NewInt(10_499_401),
117-
TerminalTotalDifficulty: big.NewInt(43531756765713534),
117+
TerminalTotalDifficulty: new(big.Int).SetBytes([]byte{0x15, 0x2D, 0x02, 0xC7, 0xE1, 0x4A, 0xF6, 0x80, 0x00, 0x00}), // 100_000_000_000_000_000_000_000
118118
Ethash: new(EthashConfig),
119119
}
120120

0 commit comments

Comments
 (0)