Skip to content

Commit

Permalink
Merge pull request #4728 from BitGo/WP-1851-type-fix
Browse files Browse the repository at this point in the history
fix(sdk-core): enterprise id is required for recreate mpc
  • Loading branch information
mohammadalfaiyazbitgo authored Jul 15, 2024
2 parents 2c5c6cf + 0c693f3 commit be013b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/sdk-core/src/bitgo/keychain/iKeychains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export interface RecreateMpcOptions extends Omit<CreateMpcOptions, 'retrofit' |
walletId: string;
passphrase: string;
otp: string;
enterprise: string;
encryptedMaterial: {
encryptedUserKey: string;
encryptedBackupKey: string;
Expand Down

0 comments on commit be013b4

Please sign in to comment.