Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Nov 8, 2024
1 parent 6d32c43 commit 0f4bb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/grpc/client_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func StartBlockAPIGRPCClient(protoAddr string, opts ...grpc.DialOption) (BlockAP
opts = append(opts, grpc.WithTransportCredentials(insecure.NewCredentials()))
}
opts = append(opts, grpc.WithContextDialer(dialerFunc))
conn, err := grpc.Dial(
conn, err := grpc.Dial( //nolint:staticcheck
protoAddr,
opts...,
)
Expand Down

0 comments on commit 0f4bb48

Please sign in to comment.