We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 513aaf4 + 745219f commit a6bb6adCopy full SHA for a6bb6ad
modules/sdk-core/src/bitgo/utils/tss/ecdsa/ecdsaMPCv2.ts
@@ -321,7 +321,7 @@ export class EcdsaMPCv2Utils extends BaseEcdsaUtils {
321
);
322
const backupKeychainPromise = this.addBackupKeychain(
323
bitgoCommonKeychain,
324
- userPrivateMaterial,
+ backupPrivateMaterial,
325
backupReducedPrivateMaterial,
326
params.passphrase,
327
params.originalPasscodeEncryptionCode
0 commit comments