*Update bip44 path
This commit is contained in:
parent
a85b20769a
commit
37b0e824c4
|
@ -16,7 +16,7 @@ export function getSeed() {
|
|||
}
|
||||
|
||||
export function getHDKey(): HDKey {
|
||||
return HDKey.fromMasterSeed(getSeed()).derive("m/44'/1627'/0'/0");
|
||||
return HDKey.fromMasterSeed(getSeed()).derive("m/44'/1627'/0'/0'/0'");
|
||||
}
|
||||
|
||||
export function getKeyPair() {
|
||||
|
|
Loading…
Reference in New Issue