From 3eb1fc2376c9201604b941230c36dfb3f26b24ab Mon Sep 17 00:00:00 2001 From: Danial Date: Mon, 7 Jul 2025 17:55:31 +0800 Subject: [PATCH] import with network flags --- cmd/geth/chaincmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index acd7b5c230..2f48b784e1 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -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)