From 00c2b3329cddebd37c4f1af72ed4762afea728ed Mon Sep 17 00:00:00 2001 From: Krishna Upadhyaya Date: Tue, 26 Jul 2022 18:15:21 +0530 Subject: [PATCH] fix lint --- consensus/bor/heimdallgrpc/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/consensus/bor/heimdallgrpc/client.go b/consensus/bor/heimdallgrpc/client.go index caf7b14002..b96ceb52d6 100644 --- a/consensus/bor/heimdallgrpc/client.go +++ b/consensus/bor/heimdallgrpc/client.go @@ -2,6 +2,7 @@ package heimdallgrpc import ( "github.com/ethereum/go-ethereum/log" + proto "github.com/maticnetwork/polyproto/heimdall" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure"