[bisq-network/bisq-assets] Add support for the CryptoTari stellar token (#24)

LiTlP007 notifications at github.com
Thu Jun 7 20:51:58 UTC 2018


litlp007 commented on this pull request.



> + *
+ *
+ * CryptoTari is a stellar token issued by account:
+ * GD7UVDDJHJYKUXB4SJFIC6VJDQ4YADQCMRN3KLHJFV4H6NIUAEREVCO7
+ * block explorer: https://stellarchain.io/
+ */
+
+package bisq.asset.tokens;
+
+import bisq.asset.Token;
+import bisq.asset.StellarAddressValidator;
+
+public class Tari extends Token {
+
+    public Tari() {
+        super("CryptoTari", "TARI", new StellarAddressValidator() );

I have reworked to use the Regex validator, indeed it is indeed a better choice.

-- 
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-assets/pull/24#discussion_r193885533
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180607/09516f9c/attachment.html>


More information about the bisq-github mailing list