Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#417] rpc/client: Do not use deprecated code elements
`grpc.WithInsecure` has been marked as deprecated in earlier releases of `google.golang.org/grpc`. Use `google.golang.org/grpc/credentials/insecure` package instead as recommended. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
- Loading branch information