Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Sep 9, 2024
1 parent eb7803c commit 1d89400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/appmodule/v2/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ type HasQueryHandlers interface {
// ```go
//
// func (h Handlers) Mint(ctx context.Context, req *types.MsgMint) (*types.MsgMintResponse, error) {
// ... query logic ...
// ... msg logic ...
// }
//
// func (h Handlers) QueryBalance(ctx context.Context, req *types.QueryBalanceRequest) (*types.QueryBalanceResponse, error) {
Expand Down

0 comments on commit 1d89400

Please sign in to comment.