mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
update default derivation path for unknown unchained signer
This commit is contained in:
parent
5d2c133401
commit
00f7f3f5b3
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class CaravanMultisig implements WalletImport, WalletExport {
|
|||
Keystore keystore = new Keystore(extKey.name.length() > Keystore.MAX_LABEL_LENGTH ? extKey.name.substring(0, Keystore.MAX_LABEL_LENGTH) : extKey.name);
|
||||
|
||||
if("Unknown".equals(extKey.bip32Path)) {
|
||||
extKey.bip32Path = "m/45'/0/0/0";
|
||||
extKey.bip32Path = "m/0/0/0/0";
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue