Skip to content

Commit

Permalink
chore: fix some comments (#306)
Browse files Browse the repository at this point in the history
Signed-off-by: costcould <fliter@myyahoo.com>
  • Loading branch information
costcould committed Jul 27, 2024
1 parent 57b36d5 commit 3c28fd3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion x/auction/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (AppModuleBasic) GetQueryCmd() *cobra.Command {
}

// RegisterGRPCGatewayRoutes registers the gRPC Gateway routes for the distribution module.
// also implements app modeul basic
// also implements app module basic
func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *runtime.ServeMux) {
types.RegisterQueryHandlerClient(context.Background(), mux, types.NewQueryClient(clientCtx))
}
Expand Down
2 changes: 1 addition & 1 deletion x/axelarcork/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (AppModuleBasic) GetQueryCmd() *cobra.Command {
}

// RegisterGRPCGatewayRoutes registers the gRPC Gateway routes for the cork module.
// also implements app modeul basic
// also implements app module basic
func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *runtime.ServeMux) {
types.RegisterQueryHandlerClient(context.Background(), mux, types.NewQueryClient(clientCtx))
}
Expand Down
2 changes: 1 addition & 1 deletion x/cork/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (AppModuleBasic) GetQueryCmd() *cobra.Command {
}

// RegisterGRPCGatewayRoutes registers the gRPC Gateway routes for the cork module.
// also implements app modeul basic
// also implements app module basic
func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *runtime.ServeMux) {
types.RegisterQueryHandlerClient(context.Background(), mux, types.NewQueryClient(clientCtx))
}
Expand Down
2 changes: 1 addition & 1 deletion x/incentives/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (AppModuleBasic) GetQueryCmd() *cobra.Command {
}

// RegisterGRPCGatewayRoutes registers the gRPC Gateway routes for the incentives module.
// also implements app modeul basic
// also implements app module basic
func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *runtime.ServeMux) {
types.RegisterQueryHandlerClient(context.Background(), mux, types.NewQueryClient(clientCtx))
}
Expand Down
2 changes: 1 addition & 1 deletion x/pubsub/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Where proposal.json contains:
{
"title": "Remove this default subscription",
"description": "Remove the defeault for this subscription ID",
"description": "Remove the default for this subscription ID",
"subscription_id": "0x123801a7D398351b8bE11C439e05C5B3259aeC9B",
"deposit": "10000000usomm"
}
Expand Down

0 comments on commit 3c28fd3

Please sign in to comment.