Test for bip32 client coinomi/ledger

This commit is contained in:
Ian Coleman
2018-07-26 09:43:34 +10:00
parent f83d786dd7
commit 44a5d363c7

View 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