From 44a5d363c77e0330278f1fc14a13ae2a7b444c52 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 26 Jul 2018 09:43:34 +1000 Subject: [PATCH] Test for bip32 client coinomi/ledger --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.41.0