Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Mar 13, 2024
1 parent b9a67b4 commit d55ef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func extractSendAmount(request Request) (std.Coins, error) {
return std.Coins{}, nil
}

// Validate the send amount valid
// Validate the send amount is valid
if !amountRegex.MatchString(request.Amount) {
return std.Coins{}, errInvalidSendAmount
}
Expand Down

0 comments on commit d55ef1a

Please sign in to comment.