]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Add Ravencoin (RVN)
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index b1308fb99556c1b29a773b44d8be1290166d243b..56c259cc15fb52029e67c18e3a59754bef4b7485 100644 (file)
@@ -1068,6 +1068,13 @@ it('Allows selection of Putincoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Ravencoin', function(done) {
+    var params = {
+        selectText: "RVN - Ravencoin",
+        firstAddress: "RBuDoVNnzvFsEcX8XKPm8ic4mgiCzjUCNk",
+    };
+    testNetwork(done, params);
+});
 it('Allows selection of Reddcoin', function(done) {
     var params = {
         selectText: "RDD - Reddcoin",