Skip to content

Commit

Permalink
nolint grpc dial
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Sep 13, 2024
1 parent 5e0d0c9 commit e79e642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oracle/oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e79e642

Please sign in to comment.