From edd38b8cbaa5fc4b2cfc03a919baef08447462a8 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Thu, 14 Mar 2024 11:28:33 +0100 Subject: [PATCH] eth/catalyst: goimports --- eth/catalyst/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/catalyst/api.go b/eth/catalyst/api.go index 9cb354867a..d154d794be 100644 --- a/eth/catalyst/api.go +++ b/eth/catalyst/api.go @@ -20,6 +20,7 @@ package catalyst import ( "errors" "fmt" + "strconv" "sync" "time" @@ -37,7 +38,6 @@ import ( "github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/params/forks" "github.com/ethereum/go-ethereum/rpc" - "strconv" ) // Register adds the engine API to the full node.