mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +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,
|
||||
metricsFlags,
|
||||
)
|
||||
// CHANGE(taiko): append Taiko flags into the original GETH flags
|
||||
app.Flags = append(app.Flags, utils.TaikoFlag)
|
||||
|
||||
flags.AutoEnvVars(app.Flags, "GETH")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue