]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
LKRcoin test case
authorJose Luis Estevez Prieto <jose.estevez.prieto@gmail.com>
Mon, 14 Jan 2019 15:42:28 +0000 (16:42 +0100)
committerJose Luis Estevez Prieto <jose.estevez.prieto@gmail.com>
Mon, 14 Jan 2019 15:42:28 +0000 (16:42 +0100)
tests/spec/tests.js

index 5c23f8bb0700f26a5c0007a050d52f28f1f2de64..6718a0e99fcaa89dc717fed716b4e6c6ae8fd923 100644 (file)
@@ -521,6 +521,13 @@ it('Allows selection of onixcoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of lkrcoin', function(done) {
+    var params = {
+        selectText: "LKR - Lkrcoin",
+        firstAddress: "LfbT296e7AEEnn4bYDbL535Nd8P9g98CdJ",
+    };
+    testNetwork(done, params);
+});
 it('Allows selection of peercoin', function(done) {
     var params = {
         selectText: "PPC - Peercoin",