We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86c957 commit b302a23Copy full SHA for b302a23
module/fork_spec.go
@@ -96,8 +96,7 @@ func GetForkParameters(network Network) []*ForkSpec {
96
hardForks[indexPascalHF].HeightOrTimestamp = &ForkSpec_Height{Height: 48576786}
97
hardForks[indexLorentzHF].HeightOrTimestamp = &ForkSpec_Height{Height: 49791365}
98
hardForks[indexMaxwellHF].HeightOrTimestamp = &ForkSpec_Height{Height: 52552978}
99
- // TODO Set Fixed height after Fermi HF
100
- hardForks[indexFermiHF].HeightOrTimestamp = &ForkSpec_Timestamp{Timestamp: 1762741500_000}
+ hardForks[indexFermiHF].HeightOrTimestamp = &ForkSpec_Height{Height: 71859053}
101
return hardForks
102
case Mainnet:
103
hardForks[indexPascalHF].HeightOrTimestamp = &ForkSpec_Height{Height: 47618307}
0 commit comments