Skip to content

Commit

Permalink
Specified the activation epoch for Spica release.
Browse files Browse the repository at this point in the history
  • Loading branch information
danidrasovean committed Nov 12, 2024
1 parent c5fee5b commit b314897
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 b314897

Please sign in to comment.