]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Test for bip32 client coinomi/ledger
authorIan Coleman <ian@iancoleman.io>
Wed, 25 Jul 2018 23:43:34 +0000 (09:43 +1000)
committerIan Coleman <ian@iancoleman.io>
Wed, 25 Jul 2018 23:43:34 +0000 (09:43 +1000)
tests/spec/tests.js

index ddb909a6d67b2b7d6bf4152478f35294fe1f13ad..b1e333cc49fd184b775c98ff0e60d71ee7248fa1 100644 (file)
@@ -2877,6 +2877,13 @@ it('Can set the derivation path on bip32 tab for multibit', function(done) {
         useHardenedAddresses: null,
     });
 });
+it('Can set the derivation path on bip32 tab for coinomi/ledger', function(done) {
+    testClientSelect(done, {
+        selectValue: "3",
+        bip32path: "m/44'/0'/0'",
+        useHardenedAddresses: null,
+    });
+});
 
 // github issue 58
 // https://github.com/iancoleman/bip39/issues/58