mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 16:32:18 +00:00
Test for bip32 client coinomi/ledger
This commit is contained in:
@@ -2877,6 +2877,13 @@ it('Can set the derivation path on bip32 tab for multibit', function(done) {
|
|||||||
useHardenedAddresses: null,
|
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
|
// github issue 58
|
||||||
// https://github.com/iancoleman/bip39/issues/58
|
// https://github.com/iancoleman/bip39/issues/58
|
||||||
|
|||||||
Reference in New Issue
Block a user