Skip to content

Commit 0ac435d

Browse files
authored
fix lorentz height in testnet (#59)
1 parent dd0de0a commit 0ac435d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/fork_spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func GetForkParameters(network Network) []*ForkSpec {
6161
MaxTurnLength: 9,
6262
},
6363
{
64-
HeightOrTimestamp: &ForkSpec_Timestamp{Timestamp: 1744097580 * 1000},
64+
HeightOrTimestamp: &ForkSpec_Height{Height: 49791365},
6565
AdditionalHeaderItemCount: 1,
6666
EpochLength: 500,
6767
MaxTurnLength: 64,

0 commit comments

Comments
 (0)