<p></p>
<p><b>@pingiun</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4457#discussion_r481155920">assets/src/main/java/bisq/asset/LiquidBitcoinAddressValidator.java</a>:</p>
<pre style='color:#555'>> @@ -0,0 +1,12 @@
+package bisq.asset;
+
+public class LiquidBitcoinAddressValidator extends RegexAddressValidator {
+    static private final String REGEX = "^([a-km-zA-HJ-NP-Z1-9]{26,35}|[a-km-zA-HJ-NP-Z1-9]{80}|[a-z]{2,5}1[ac-hj-np-z02-9]{8,87}|[A-Z]{2,5}1[AC-HJ-NP-Z02-9]{8,87})$";
+    public LiquidBitcoinAddressValidator() {
+        super(REGEX);
+    }
+
+    public LiquidBitcoinAddressValidator(String regex, String errorMessageI18nKey) {
</pre>
<p>this constructor should be removed, and the i18n key should be added to the super call in the default constructor</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4457#pullrequestreview-479765851">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNT5H7OEFEHG5VFSJ7LSDT4O5ANCNFSM4QQ5CAFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNTK5BXXIXM5UDRCYFLSDT4O5A5CNFSM4QQ5CAF2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODSMKKWY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4457#pullrequestreview-479765851",
"url": "https://github.com/bisq-network/bisq/pull/4457#pullrequestreview-479765851",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>