Skip to content

Commit b302a23

Browse files
author
Naohiro Yoshida
committed
update testnet fermi height
Signed-off-by: Naohiro Yoshida <[email protected]>
1 parent f86c957 commit b302a23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

module/fork_spec.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ func GetForkParameters(network Network) []*ForkSpec {
9696
hardForks[indexPascalHF].HeightOrTimestamp = &ForkSpec_Height{Height: 48576786}
9797
hardForks[indexLorentzHF].HeightOrTimestamp = &ForkSpec_Height{Height: 49791365}
9898
hardForks[indexMaxwellHF].HeightOrTimestamp = &ForkSpec_Height{Height: 52552978}
99-
// TODO Set Fixed height after Fermi HF
100-
hardForks[indexFermiHF].HeightOrTimestamp = &ForkSpec_Timestamp{Timestamp: 1762741500_000}
99+
hardForks[indexFermiHF].HeightOrTimestamp = &ForkSpec_Height{Height: 71859053}
101100
return hardForks
102101
case Mainnet:
103102
hardForks[indexPascalHF].HeightOrTimestamp = &ForkSpec_Height{Height: 47618307}

0 commit comments

Comments
 (0)