Skip to content

Commit

Permalink
fix duplicate genesis fork version env flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bhakiyakalimuthu committed Aug 14, 2024
1 parent 1fed7bb commit 3bc57e6
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 3bc57e6

Please sign in to comment.