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"