]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Add test for Onixcoin
authorIan Coleman <ian@iancoleman.io>
Tue, 19 Dec 2017 23:42:55 +0000 (10:42 +1100)
committerIan Coleman <ian@iancoleman.io>
Tue, 19 Dec 2017 23:42:55 +0000 (10:42 +1100)
tests/spec/tests.js

index 614dda0c6a9ed0697317a45ca2cbe349dee53886..6c8da325582f64faaf0d5542a11fc92f76e356cb 100644 (file)
@@ -506,6 +506,13 @@ it('Allows selection of namecoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of onixcoin', function(done) {
+    var params = {
+        selectText: "ONX - Onixcoin",
+        firstAddress: "XGwMqddeKjT3ddgX73QokjVbCL3aK6Yxfk",
+    };
+    testNetwork(done, params);
+});
 it('Allows selection of peercoin', function(done) {
     var params = {
         selectText: "PPC - Peercoin",