mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
Merge e288473d28 into 07101b3ca0
This commit is contained in:
commit
cbe2ae26e2
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ public class CaravanMultisig implements WalletImport, WalletExport {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return "Unchained or Caravan Multisig";
|
return "Caravan (Unchained Multisig)";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
@ -58,7 +58,7 @@ public class CaravanMultisig implements WalletImport, WalletExport {
|
||||||
if("Unknown".equals(extKey.bip32Path)) {
|
if("Unknown".equals(extKey.bip32Path)) {
|
||||||
extKey.bip32Path = "m/0/0/0/0";
|
extKey.bip32Path = "m/0/0/0/0";
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
keystore.setKeyDerivation(new KeyDerivation(extKey.xfp, extKey.bip32Path));
|
keystore.setKeyDerivation(new KeyDerivation(extKey.xfp, extKey.bip32Path));
|
||||||
} catch(NumberFormatException e) {
|
} catch(NumberFormatException e) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue