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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3110#discussion_r334424181">assets/src/main/java/bisq/asset/coins/Ndau.java</a>:</p>
<pre style='color:#555'>> +import bisq.asset.AddressValidationResult;
+import bisq.asset.AddressValidator;
+import bisq.asset.Coin;
+import bisq.asset.RegexAddressValidator;
+
+
+public class Ndau extends Coin {
+
+    // note: ndau addresses contain an internal checksum which was deemed too complicated to include here.
+    // this regex performs superficial validation, but there is a large space of addresses marked valid
+    // by this regex which are not in fact valid ndau addresses. For actual ndau address validation,
+    // use the Address class in github.com/oneiro-ndev/ndauj (java) or github.com/oneiro-ndev/ndaumath/pkg/address (go).
+    private static AddressValidator validator = new RegexAddressValidator("nd[anexbm][abcdefghijkmnpqrstuvwxyz23456789]{45}");
+
+    public Ndau() {
+        super("ndau", "XND", Ndau.validator, Network.MAINNET);
</pre>
<p>Stet: style guide rules for this asset mandate lowercase usage.</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/3110?email_source=notifications&email_token=AJFFTNRKQ6ET4TBW6UZ3EZDQORFK5A5CNFSM4INQXLPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCH2GNJQ#discussion_r334424181">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUL4Q7SO54J5CGVERTQORFK5ANCNFSM4INQXLPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNTBWUCV7DIFLCC3HALQORFK5A5CNFSM4INQXLPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCH2GNJQ.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/3110?email_source=notifications\u0026email_token=AJFFTNRKQ6ET4TBW6UZ3EZDQORFK5A5CNFSM4INQXLPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCH2GNJQ#discussion_r334424181",
"url": "https://github.com/bisq-network/bisq/pull/3110?email_source=notifications\u0026email_token=AJFFTNRKQ6ET4TBW6UZ3EZDQORFK5A5CNFSM4INQXLPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCH2GNJQ#discussion_r334424181",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>