Skip to content

Commit

Permalink
fix(Settings): derivation path in Coldcard multisig export file
Browse files Browse the repository at this point in the history
  • Loading branch information
KayBeSee committed Aug 14, 2023
1 parent 5fa6818 commit d9a6590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/utils/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ export const createColdCardBlob = (
addressType: AddressType,
currentBitcoinNetwork: Network
) => {
let derivationPath = getMultisigDeriationPathForNetwork(currentBitcoinNetwork);
let derivationPath = importedDevices[0].bip32Path;
return `# Coldcard Multisig setup file (created by Lily Wallet on ${moment(Date.now()).format(
'MM/DD/YYYY'
)})
Expand Down

0 comments on commit d9a6590

Please sign in to comment.