From 3dc71af55948ba9600998ebd5d170bf1c7a5f2a9 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 14 Feb 2024 23:33:19 +0800 Subject: [PATCH] test: fix lint error --- pkg/rpc/tx_blob.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/rpc/tx_blob.go b/pkg/rpc/tx_blob.go index 46dad1200..2a18ba479 100644 --- a/pkg/rpc/tx_blob.go +++ b/pkg/rpc/tx_blob.go @@ -2,6 +2,7 @@ package rpc import ( "errors" + "github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil"