Skip to content

Commit

Permalink
Merge pull request #111 from multiversx/TOOL-340-Set-activation-flag-…
Browse files Browse the repository at this point in the history
…for-Spica

Specified the activation epoch for Spica
  • Loading branch information
danidrasovean authored Nov 12, 2024
2 parents c5fee5b + b314897 commit fc8f598
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/rosetta/cli.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package main

import (
"math"

logger "github.com/multiversx/mx-chain-logger-go"
"github.com/urfave/cli"
)
Expand Down Expand Up @@ -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{
Expand Down

0 comments on commit fc8f598

Please sign in to comment.