From 3190bb211acaf7fc24277eef5ae1afa454fd139f Mon Sep 17 00:00:00 2001 From: jsvisa Date: Thu, 6 Mar 2025 07:51:06 +0000 Subject: [PATCH] Revert "cmd/geth: add debug flags for import chain" This reverts commit 5adeb1670d23fdd21e8a0a85f0c7d552fed75d9b. Signed-off-by: jsvisa --- cmd/geth/chaincmd.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index c1878c22e2..e0e4f3e01a 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -37,7 +37,6 @@ import ( "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/eth/ethconfig" "github.com/ethereum/go-ethereum/ethdb" - "github.com/ethereum/go-ethereum/internal/debug" "github.com/ethereum/go-ethereum/internal/era" "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/params" @@ -107,7 +106,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), Description: ` The import command allows the import of blocks from an RLP-encoded format. This format can be a single file containing multiple RLP-encoded blocks, or multiple files can be given.