Skip to content

Commit

Permalink
fix mock
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Oct 8, 2023
1 parent e01b3ac commit a8c9211
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/wallet-mobile/src/yoroi-wallets/mocks/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ const wallet: YoroiWallet = {
collateralId: '22d391c7a97559cb4784bd975214919618acce75cde573a7150a176700e76181:2',
}
},
signSwapCancellationWithLedger: async () => {
throw new Error('not implemented: signSwapCancellationWithLedger')
},
setCollateralId: () => {
throw new Error('not implemented: createUnsignedTx')
},
Expand Down

0 comments on commit a8c9211

Please sign in to comment.