bisq/desktop/src
jmacxx f4064dfcfb
Fix address validation for whitespace after comma
Typical comma separated values have a space after each comma
in order to make the list more human-readable.  In some areas
of bisq, comma separated lists are generated this way (see #4203),
but the validation of comma separated addresses was not accepting
spaces after commas.  This change to the regex allows optional
whitespace after comma separators.  A new test has been
added to validate the scenario of whitespace after comma.

Fixes #4203
2020-05-10 16:40:36 -05:00
..
main Fix address validation for whitespace after comma 2020-05-10 16:40:36 -05:00
test Fix address validation for whitespace after comma 2020-05-10 16:40:36 -05:00