params: fix unset ttd in chain config presets

This commit is contained in:
Jared Wasinger 2024-10-22 20:11:23 +07:00
parent 70c02df837
commit 006f1f9062

View file

@ -270,7 +270,7 @@ var (
CancunTime: nil,
PragueTime: nil,
VerkleTime: nil,
TerminalTotalDifficulty: nil,
TerminalTotalDifficulty: big.NewInt(math.MaxInt64),
Ethash: new(EthashConfig),
Clique: nil,
}