Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed May 30, 2024
1 parent d669d9f commit 83bc89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/exchange/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ func (k MsgServer) GovCloseMarket(goCtx context.Context, msg *exchange.MsgGovClo

// GovUpdateParams is a governance proposal endpoint for updating the exchange module's params.
//
//lint:ignore SA1019 Suppress warning for deprecated MsgGovUpdateParamsRequest usage
//nolint:staticcheck // SA1019 Suppress warning for deprecated MsgGovUpdateParamsRequest usage
func (k MsgServer) GovUpdateParams(_ context.Context, _ *exchange.MsgGovUpdateParamsRequest) (*exchange.MsgGovUpdateParamsResponse, error) {
return nil, errors.New("deprecated and unusable")
}
Expand Down

0 comments on commit 83bc89a

Please sign in to comment.