From b31489750248f3b4eadafa7348bd481c38d432c2 Mon Sep 17 00:00:00 2001 From: danidrasovean Date: Tue, 12 Nov 2024 12:19:09 +0200 Subject: [PATCH] Specified the activation epoch for Spica release. --- cmd/rosetta/cli.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/rosetta/cli.go b/cmd/rosetta/cli.go index b21ce49e..135627e5 100644 --- a/cmd/rosetta/cli.go +++ b/cmd/rosetta/cli.go @@ -1,8 +1,6 @@ package main import ( - "math" - logger "github.com/multiversx/mx-chain-logger-go" "github.com/urfave/cli" ) @@ -180,7 +178,7 @@ VERSION: Name: "activation-epoch-spica", Usage: "Specifies the activation epoch for Spica release.", Required: false, - Value: math.MaxUint32, + Value: 1575, } cliFlagShouldEnablePprofEndpoints = cli.BoolFlag{