From 08a8fa38820dcebfa586ec13b74bc8141fce2041 Mon Sep 17 00:00:00 2001 From: Naohiro Yoshida Date: Tue, 8 Apr 2025 16:40:09 +0900 Subject: [PATCH] fix lorentz height in testnet Signed-off-by: Naohiro Yoshida --- module/fork_spec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/fork_spec.go b/module/fork_spec.go index 1beafd6f..72df032a 100644 --- a/module/fork_spec.go +++ b/module/fork_spec.go @@ -61,7 +61,7 @@ func GetForkParameters(network Network) []*ForkSpec { MaxTurnLength: 9, }, { - HeightOrTimestamp: &ForkSpec_Timestamp{Timestamp: 1744097580 * 1000}, + HeightOrTimestamp: &ForkSpec_Height{Height: 49791365}, AdditionalHeaderItemCount: 1, EpochLength: 500, MaxTurnLength: 64,