Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed May 10, 2024
1 parent 7241686 commit c0f920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/transfer/types/transfer_authorization.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func validateMemo(ctx sdk.Context, memo string, allowedMemos []string) error {
if !isMemoAllowed {
return errorsmod.Wrapf(ErrInvalidAuthorization, "not allowed memo: %s", memo)
}

return nil
}

Expand Down

0 comments on commit c0f920a

Please sign in to comment.