Skip to content

Commit

Permalink
Fix getStakingKey mock
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Sep 7, 2023
1 parent e2431b6 commit 7f85bd5
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 @@ -73,6 +73,9 @@ const wallet: YoroiWallet = {
createWithdrawalTx: () => {
throw new Error('not implemented: createWithdrawalTx')
},
getStakingKey: () => {
throw new Error('not implemented: getStakingKey')
},
getAllUtxosForKey: () => Promise.resolve([]),
fetchTokenInfo: (tokenId: string) => {
action('fetchTokenInfo')(tokenId)
Expand Down

0 comments on commit 7f85bd5

Please sign in to comment.