diff --git a/app/uris/parseServerURI.ts b/app/uris/parseServerURI.ts index c3c5c2ba5..7ab6d4557 100644 --- a/app/uris/parseServerURI.ts +++ b/app/uris/parseServerURI.ts @@ -28,8 +28,9 @@ const parseServerURI = (uri: string, translate: (key: string) => TranslateType): // looking for 443 port = GlobalConst.port443; } - // by default -> 9067 - // for some `lightwalletd` -> 443 + // by default -> 9067 + // for some `lightwalletd` -> 443 + // for `zec.rocks` -> 443 if (!port) { port = uri.includes('na.lightwalletd') ||