Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed May 24, 2024
1 parent 934dfb3 commit a4eb8ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/uris/parseServerURI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') ||
Expand Down

0 comments on commit a4eb8ef

Please sign in to comment.