Skip to content

Commit f679941

Browse files
feat(mbp): fix testing
1 parent f4f0859 commit f679941

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
@@ -169,7 +169,6 @@ const RecoveryConsolidationsRequest = {
169169
userPub: t.string,
170170
backupPub: t.string,
171171
bitgoKey: t.string,
172-
walletPassphrase: t.union([t.undefined, t.string]), // Optional (Sol)
173172
startingScanIndex: t.union([t.undefined, t.number]), // Optional
174173
endingScanIndex: t.union([t.undefined, t.number]), // Optional
175174
seed: t.union([t.undefined, t.string]), // Optional (Sol)

0 commit comments

Comments
 (0)