mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
fix lint
This commit is contained in:
parent
8de8a6815c
commit
00c2b3329c
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ package heimdallgrpc
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/ethereum/go-ethereum/log"
|
"github.com/ethereum/go-ethereum/log"
|
||||||
|
|
||||||
proto "github.com/maticnetwork/polyproto/heimdall"
|
proto "github.com/maticnetwork/polyproto/heimdall"
|
||||||
"google.golang.org/grpc"
|
"google.golang.org/grpc"
|
||||||
"google.golang.org/grpc/credentials/insecure"
|
"google.golang.org/grpc/credentials/insecure"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue