From 8f288132f3e00bf0508fbe4b999d588fef80cac0 Mon Sep 17 00:00:00 2001 From: jsvisa Date: Thu, 6 Mar 2025 13:06:04 +0000 Subject: [PATCH] cmd/geth: import-history add history.transactions Signed-off-by: jsvisa --- 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 b6ccb0b4f8..46416dee49 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -132,7 +132,7 @@ be gzipped.`, Name: "import-history", Usage: "Import an Era archive", ArgsUsage: "", - Flags: slices.Concat([]cli.Flag{utils.TxLookupLimitFlag}, utils.DatabaseFlags, utils.NetworkFlags), + Flags: slices.Concat([]cli.Flag{utils.TxLookupLimitFlag, utils.TransactionHistoryFlag}, utils.DatabaseFlags, utils.NetworkFlags), Description: ` The import-history command will import blocks and their corresponding receipts from Era archives.