From 0136aa5cccefe81a5fc73e0956dd571eca712f52 Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Tue, 24 Oct 2023 09:16:52 -0700 Subject: [PATCH] remove unused dependency --- grpc/execution/server.go | 1 - 1 file changed, 1 deletion(-) diff --git a/grpc/execution/server.go b/grpc/execution/server.go index 3b2a7d2d3a..c2e24a73b1 100644 --- a/grpc/execution/server.go +++ b/grpc/execution/server.go @@ -11,7 +11,6 @@ import ( "github.com/ethereum/go-ethereum/beacon/engine" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core" - "github.com/ethereum/go-ethereum/core/rawdb" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/eth" "github.com/ethereum/go-ethereum/eth/catalyst"