mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Reformat
This commit is contained in:
parent
c0b44165de
commit
d19580b32b
1 changed files with 0 additions and 1 deletions
|
@ -391,7 +391,6 @@ public final class AltCoinAddressValidator extends InputValidator {
|
||||||
} catch (AddressFormatException e) {
|
} catch (AddressFormatException e) {
|
||||||
return new ValidationResult(false, getErrorMessage(e));
|
return new ValidationResult(false, getErrorMessage(e));
|
||||||
}
|
}
|
||||||
|
|
||||||
case "ONION":
|
case "ONION":
|
||||||
try {
|
try {
|
||||||
Address.fromBase58(OnionParams.get(), input);
|
Address.fromBase58(OnionParams.get(), input);
|
||||||
|
|
Loading…
Add table
Reference in a new issue