From e904b014d0f5a6f49e04fa4af3b5835c04e6da6d Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:39:41 +0100 Subject: [PATCH] fix: reactivate preimage import command --- cmd/geth/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 8cef335395..2c1efaff45 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -207,6 +207,7 @@ func init() { initCommand, importCommand, exportCommand, + importPreimagesCommand, removedbCommand, dumpCommand, dumpGenesisCommand,