Skip to content

Commit

Permalink
fix duplicate genesis fork version env flag (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhakiyakalimuthu authored Aug 16, 2024
1 parent 1fed7bb commit 828a637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var (
}
mainnetFlag = &cli.BoolFlag{
Name: "mainnet",
Sources: cli.EnvVars("GENESIS_FORK_VERSION"),
Sources: cli.EnvVars("MAINNET"),
Usage: "use Mainnet",
Value: true,
Category: GenesisCategory,
Expand Down

0 comments on commit 828a637

Please sign in to comment.