From: Ian Coleman Date: Wed, 25 Jul 2018 23:43:34 +0000 (+1000) Subject: Test for bip32 client coinomi/ledger X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=44a5d363c77e0330278f1fc14a13ae2a7b444c52 Test for bip32 client coinomi/ledger --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index ddb909a..b1e333c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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