mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 14:33:52 +00:00
chore(cmd): add --taiko flag (#365)
This commit is contained in:
parent
283fedd05b
commit
ca784a23df
1 changed files with 2 additions and 0 deletions
|
|
@ -260,6 +260,8 @@ func init() {
|
||||||
debug.Flags,
|
debug.Flags,
|
||||||
metricsFlags,
|
metricsFlags,
|
||||||
)
|
)
|
||||||
|
// CHANGE(taiko): append Taiko flags into the original GETH flags
|
||||||
|
app.Flags = append(app.Flags, utils.TaikoFlag)
|
||||||
|
|
||||||
flags.AutoEnvVars(app.Flags, "GETH")
|
flags.AutoEnvVars(app.Flags, "GETH")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue