Skip to content

Commit

Permalink
Update main.go (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohko4711 authored Dec 10, 2024
1 parent 19b2788 commit a953c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func setupGenesis(cmd *cli.Command) (string, uint64) {
)

switch {
case cmd.Bool(customGenesisForkFlag.Name):
case cmd.IsSet(customGenesisForkFlag.Name):
genesisForkVersion = cmd.String(customGenesisForkFlag.Name)
case cmd.Bool(sepoliaFlag.Name):
genesisForkVersion = genesisForkVersionSepolia
Expand Down

0 comments on commit a953c9d

Please sign in to comment.