From d47702b7be746ba47e7383511831242af2349b10 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Fri, 29 Dec 2023 12:34:52 -0600 Subject: [PATCH] revert cleanup: add back in ETHASH category --- cmd/utils/flags.go | 1 - internal/flags/categories.go | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index 9bfbf01988..0d1f8d44aa 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -38,7 +38,6 @@ import ( "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/fdlimit" - "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/consensus/ethash" "github.com/ethereum/go-ethereum/core" "github.com/ethereum/go-ethereum/core/rawdb" diff --git a/internal/flags/categories.go b/internal/flags/categories.go index 3ff0767921..b208922228 100644 --- a/internal/flags/categories.go +++ b/internal/flags/categories.go @@ -22,6 +22,7 @@ const ( EthCategory = "ETHEREUM" LightCategory = "LIGHT CLIENT" DevCategory = "DEVELOPER CHAIN" + EthashCategory = "ETHASH" StateCategory = "STATE HISTORY MANAGEMENT" TxPoolCategory = "TRANSACTION POOL (EVM)" BlobPoolCategory = "TRANSACTION POOL (BLOB)"