mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-25 16:05:28 -04:00
increase max question length for InteracETransfer to 160 characters #969
This commit is contained in:
parent
cf1fabd0bb
commit
0919d92ce4
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ public class InteracETransferQuestionValidator extends InputValidator {
|
|||
public InteracETransferQuestionValidator(LengthValidator lengthValidator, RegexValidator regexValidator) {
|
||||
|
||||
lengthValidator.setMinLength(1);
|
||||
lengthValidator.setMaxLength(40);
|
||||
lengthValidator.setMaxLength(160);
|
||||
this.lengthValidator = lengthValidator;
|
||||
|
||||
regexValidator.setPattern("[A-Za-z0-9\\-\\_\\'\\,\\.\\? ]+");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue