]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
[iancoleman/bip39] ADD support MONK, LTCt, DOGEt (#335)
authorPanagiotis David <onnateldome@gmail.com>
Mon, 10 Jun 2019 18:42:44 +0000 (21:42 +0300)
committerPanagiotis David <onnateldome@gmail.com>
Mon, 10 Jun 2019 18:42:44 +0000 (21:42 +0300)
Can you please replace the tab character with a space character in MONK name thanks.

tests/spec/tests.js

index d609dcaa61776e3200ba3209266b8e39dd4669ac..b307f15031b88756088576ceafe86d555a2142f9 100644 (file)
@@ -1478,7 +1478,7 @@ it('Allows selection of Ethersocial Network', function(done) {
 });
 it('Allows selection of Monkey Project', function(done) {
     var params = {
-        selectText: "MONK -    Monkey Project",
+        selectText: "MONK - Monkey Project",
         firstAddress: "MnLrcnnUzKnf7TzufjRe5DLZqQJz18oYyu",
     };
     testNetwork(done, params);