Skip to content

Commit 8aff26f

Browse files
feat(mbp): fix testing
1 parent 72b44a2 commit 8aff26f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/api/master/clients/enclavedExpressClient.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ interface RecoveryMultisigOptions {
8383
| RecoveryInfo
8484
| OfflineVaultTxInfo
8585
| UnsignedSweepTxMPCv2
86-
| FormattedOfflineVaultTxInfo;
86+
| FormattedOfflineVaultTxInfo
87+
| MPCTx
88+
| RecoveryTransaction;
8789
walletContractAddress: string;
8890
}
8991

src/api/master/handlers/recoveryConsolidationsWallet.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export async function handleRecoveryConsolidationsOnPrem(
5454
userPub,
5555
backupPub,
5656
unsignedSweepPrebuildTx: tx,
57-
apiKey: '',
5857
walletContractAddress: '',
5958
});
6059
signedTxs.push(signedTx);

src/api/master/routers/masterApiSpec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ const RecoveryConsolidationsRequest = {
194194
userPub: t.string,
195195
backupPub: t.string,
196196
bitgoKey: t.string,
197-
walletPassphrase: t.union([t.undefined, t.string]), // Optional (Sol)
198197
startingScanIndex: t.union([t.undefined, t.number]), // Optional
199198
endingScanIndex: t.union([t.undefined, t.number]), // Optional
200199
seed: t.union([t.undefined, t.string]), // Optional (Sol)

0 commit comments

Comments
 (0)