From 3a96aaa8193527a0353b7ae4c0b4ce170896835d Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Mon, 3 Feb 2025 20:06:05 -0800 Subject: [PATCH] fix lint --- accounts/abi/bind/v2/base.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/accounts/abi/bind/v2/base.go b/accounts/abi/bind/v2/base.go index 8ec4dcd583..75b55198eb 100644 --- a/accounts/abi/bind/v2/base.go +++ b/accounts/abi/bind/v2/base.go @@ -19,11 +19,12 @@ package bind import ( "context" "errors" - "github.com/ethereum/go-ethereum/event" "math/big" "strings" "sync" + "github.com/ethereum/go-ethereum/event" + "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types"