Skip to content

Commit

Permalink
chore(cmd): add --taiko flag (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp authored Jan 8, 2025
1 parent 283fedd commit ca784a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/geth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ func init() {
debug.Flags,
metricsFlags,
)
// CHANGE(taiko): append Taiko flags into the original GETH flags
app.Flags = append(app.Flags, utils.TaikoFlag)

flags.AutoEnvVars(app.Flags, "GETH")

Expand Down

0 comments on commit ca784a2

Please sign in to comment.