From acc8b806608f7649206834316f3453132f854ab5 Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Wed, 12 Mar 2025 09:35:03 +0100 Subject: [PATCH] goimports --- cmd/workload/historytest.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/workload/historytest.go b/cmd/workload/historytest.go index 28f23771e0..e37bd78f27 100644 --- a/cmd/workload/historytest.go +++ b/cmd/workload/historytest.go @@ -20,6 +20,7 @@ import ( "context" "encoding/json" "fmt" + "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/core/types"