[bisq-network/bisq] List DSTRA (DST) (#2385)

krestien notifications at github.com
Mon Feb 18 13:13:39 UTC 2019


krestien commented on this pull request.



> +
+public class DSTRATest extends AbstractAssetTest {
+
+    public DSTRATest() {
+        super(new DSTRA());
+    }
+
+    @Test
+    public void testValidAddresses() {
+        assertValidAddress("DGiwGS8n3tJZuKxUdWF6MyTYvv6xgDcyd7");
+        assertValidAddress("DQcAKx5bFoeRwAEHE4EHQykyq8u2M1pwFa");
+    }
+
+    @Test
+    public void testInvalidAddresses() {
+        assertInvalidAddress("DGiwGS8n3tJZuKxUdWF6MyTYvv6xgDcyd77");

Tried to fix it with IDEA (did the code with Notepad++ before) and I hope it's done now @blabno .
I can't see other alignment issues.
Squashed again, hoping for an ACK this time

-- 
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/2385#discussion_r257689516
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190218/55efce4e/attachment.html>


More information about the bisq-github mailing list