[bisq-network/bisq] Validate ignored peers and BTC nodes (#3895)

wiz notifications at github.com
Sun Feb 9 11:32:03 UTC 2020


wiz commented on this pull request.



> @@ -1107,4 +1108,14 @@ public static MaterialDesignIcon getIconForSignState(AccountAgeWitnessService.Si
                 state.equals(AccountAgeWitnessService.SignState.PEER_SIGNER)) ?
                 MaterialDesignIcon.APPROVAL : MaterialDesignIcon.ALERT_CIRCLE_OUTLINE;
     }
+
+    public static RegexValidator addressRegexValidator() {
+        RegexValidator regexValidator = new RegexValidator();

Missing the regex to validate `example.com` here?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3895#pullrequestreview-355600649
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200209/664bdbb4/attachment.html>


More information about the bisq-github mailing list