Skip to content

Commit

Permalink
Merge pull request #8 from ironbeer/fix/canyon-flag
Browse files Browse the repository at this point in the history
Fixed panic when setting CanyonTime via environment variable
  • Loading branch information
ironbeer authored Jun 20, 2024
2 parents b58c012 + 87a1c61 commit c43bbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ var (
Usage: "Manually specify the Verkle fork timestamp, overriding the bundled setting",
Category: flags.EthCategory,
}
OverrideOptimismCanyon = &flags.BigFlag{
OverrideOptimismCanyon = &cli.Uint64Flag{
Name: "override.canyon",
Usage: "Manually specify the Optimsim Canyon fork timestamp, overriding the bundled setting",
Category: flags.EthCategory,
Expand Down

0 comments on commit c43bbeb

Please sign in to comment.