Skip to content

Commit ca784a2

Browse files
authored
chore(cmd): add --taiko flag (#365)
1 parent 283fedd commit ca784a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/geth/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ func init() {
260260
debug.Flags,
261261
metricsFlags,
262262
)
263+
// CHANGE(taiko): append Taiko flags into the original GETH flags
264+
app.Flags = append(app.Flags, utils.TaikoFlag)
263265

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

0 commit comments

Comments
 (0)