Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther committed Jun 28, 2024
1 parent 7e10deb commit 10a3077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile-app/data/facades/wallet/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const walletHandlers = f.facade<WalletHandlers>({
},
),
getWalletStatus: f.handler.query(async (): Promise<WalletStatus> => {
// TODO: gImplement getWalletStatus
// TODO: Implement getWalletStatus
return { status: "PAUSED", latestKnownBlock: 0 };
}),
importAccount: f.handler.mutation(
Expand Down

0 comments on commit 10a3077

Please sign in to comment.