mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Update AltCoinAddressValidator.java
This commit is contained in:
parent
5dbb545bdd
commit
1e6c12cec7
1 changed files with 2 additions and 0 deletions
|
@ -337,6 +337,8 @@ public final class AltCoinAddressValidator extends InputValidator {
|
|||
return regexTestFailed;
|
||||
else
|
||||
return new ValidationResult(true);
|
||||
case "XCN": // https://bitcointalk.org/index.php?topic=1801595
|
||||
return XCNAddressValidator.ValidateAddress(input);
|
||||
default:
|
||||
log.debug("Validation for AltCoinAddress not implemented yet. currencyCode: " + currencyCode);
|
||||
return validationResult;
|
||||
|
|
Loading…
Add table
Reference in a new issue