Skip to content

Commit 7e9514b

Browse files
authored
params: update ropsten terminal total difficulty block (ethereum#25018)
1 parent 6b3e6cb commit 7e9514b

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: new(big.Int).SetBytes([]byte{0x15, 0x2D, 0x02, 0xC7, 0xE1, 0x4A, 0xF6, 0x80, 0x00, 0x00}), // 100_000_000_000_000_000_000_000
117+
TerminalTotalDifficulty: new(big.Int).SetUint64(50000000000000000),
118118
Ethash: new(EthashConfig),
119119
}
120120

0 commit comments

Comments
 (0)