Skip to content

Commit a6bb6ad

Browse files
Merge pull request #7069 from BitGo/fix/WP-6057
fix(sdk-core): backup keychain creation to use correct privateMaterial for EcDSA MPCV2 wallets
2 parents 513aaf4 + 745219f commit a6bb6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sdk-core/src/bitgo/utils/tss/ecdsa/ecdsaMPCv2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export class EcdsaMPCv2Utils extends BaseEcdsaUtils {
321321
);
322322
const backupKeychainPromise = this.addBackupKeychain(
323323
bitgoCommonKeychain,
324-
userPrivateMaterial,
324+
backupPrivateMaterial,
325325
backupReducedPrivateMaterial,
326326
params.passphrase,
327327
params.originalPasscodeEncryptionCode

0 commit comments

Comments
 (0)