From e79e642b63dc64aca6e3653635dd9cda33cb6579 Mon Sep 17 00:00:00 2001 From: rbajollari Date: Thu, 12 Sep 2024 20:16:15 -0400 Subject: [PATCH] nolint grpc dial --- oracle/oracle.go | 1 + 1 file changed, 1 insertion(+) diff --git a/oracle/oracle.go b/oracle/oracle.go index c0b5636..affa7f2 100644 --- a/oracle/oracle.go +++ b/oracle/oracle.go @@ -520,6 +520,7 @@ func (o *Oracle) GetParamCache(ctx context.Context, currentBlockHeight int64) (o // GetParams returns the current on-chain parameters of the x/oracle module. func (o *Oracle) GetParams(ctx context.Context) (oracletypes.Params, error) { + //nolint: all grpcConn, err := grpc.Dial( o.oracleClient.GRPCEndpoint, // the Cosmos SDK doesn't support any transport security mechanism