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"