From 39092628ddcf8736f94619d2238f726747c2e9d6 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Mon, 23 Mar 2020 09:34:23 +0100 Subject: [PATCH] eth: import fix --- eth/api_backend.go | 1 - 1 file changed, 1 deletion(-) diff --git a/eth/api_backend.go b/eth/api_backend.go index 5d883fc994..a82aee4eb7 100644 --- a/eth/api_backend.go +++ b/eth/api_backend.go @@ -23,7 +23,6 @@ import ( "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/common/math" "github.com/ethereum/go-ethereum/core" "github.com/ethereum/go-ethereum/core/bloombits" "github.com/ethereum/go-ethereum/core/rawdb"