*Update bip44 path

This commit is contained in:
Derrick Hammer 2022-12-18 13:58:23 -05:00
parent a85b20769a
commit 37b0e824c4
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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() {