Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
biophil committed Sep 15, 2017
2 parents 8e993f9 + 37d22e1 commit 0094dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def parseSend(send) :
else :
amount += ch
elif not comfound :
if ch==',' :
if ch==',' or ch=='\n':
comfound = True
else :
to_account += ch
Expand Down

0 comments on commit 0094dec

Please sign in to comment.