import with network flags

This commit is contained in:
Danial 2025-07-07 17:55:31 +08:00
parent 90c6197d2f
commit 3eb1fc2376

View file

@ -116,7 +116,7 @@ if one is set. Otherwise it prints the genesis from the datadir.`,
utils.LogNoHistoryFlag, utils.LogNoHistoryFlag,
utils.LogExportCheckpointsFlag, utils.LogExportCheckpointsFlag,
utils.StateHistoryFlag, utils.StateHistoryFlag,
}, utils.DatabaseFlags, debug.Flags), }, utils.DatabaseFlags, utils.NetworkFlags, debug.Flags),
Before: func(ctx *cli.Context) error { Before: func(ctx *cli.Context) error {
flags.MigrateGlobalFlags(ctx) flags.MigrateGlobalFlags(ctx)
return debug.Setup(ctx) return debug.Setup(ctx)