From 87b9af8c768b4eab2d0e0550d90d5fb91b6c350a Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 22 Apr 2024 11:00:31 +0200 Subject: [PATCH] eth/gasprice: fix import --- eth/gasprice/feehistory.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/eth/gasprice/feehistory.go b/eth/gasprice/feehistory.go index f807cfdc4d..0410ae6b2d 100644 --- a/eth/gasprice/feehistory.go +++ b/eth/gasprice/feehistory.go @@ -26,8 +26,6 @@ import ( "slices" "sync/atomic" - "golang.org/x/exp/slices" - "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/consensus/misc/eip1559" "github.com/ethereum/go-ethereum/consensus/misc/eip4844"