-
-
Notifications
You must be signed in to change notification settings - Fork 10
Can't set port of seed node #15
Copy link
Copy link
Open
Description
The screen of seed node will have a helper at the right indicating that you can set the port number if necessary, providing an unhelpful example without a port.
If I put an address with ur.onion:port and click on Connect button, I will get "Invalid V3 Onion Address".
The issue is that the validation of the input text is not taking into account that a port can be be entered.
| final _onionRegex = RegExp(r'^[a-zA-Z2-7]{56}\.onion$'); |
| if (!_onionRegex.hasMatch(value)) { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels