mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
import with network flags
This commit is contained in:
parent
90c6197d2f
commit
3eb1fc2376
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ if one is set. Otherwise it prints the genesis from the datadir.`,
|
|||
utils.LogNoHistoryFlag,
|
||||
utils.LogExportCheckpointsFlag,
|
||||
utils.StateHistoryFlag,
|
||||
}, utils.DatabaseFlags, debug.Flags),
|
||||
}, utils.DatabaseFlags, utils.NetworkFlags, debug.Flags),
|
||||
Before: func(ctx *cli.Context) error {
|
||||
flags.MigrateGlobalFlags(ctx)
|
||||
return debug.Setup(ctx)
|
||||
|
|
|
|||
Loading…
Reference in a new issue