Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Sep 9, 2024
1 parent 1d89400 commit 14323ec
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 @@ -36,7 +36,7 @@ type HasPreMsgHandlers interface {
// PreMsgRouter. Example usage:
// ```go
//
// func (h Handlers) BeforeSend(ctx context.Context, req *types.MsgSend) (*types.QueryBalanceResponse, error) {
// func (h Handlers) BeforeSend(ctx context.Context, req *types.MsgSend) error {
// ... before send logic ...
// }
//
Expand Down

0 comments on commit 14323ec

Please sign in to comment.