Skip to content

Commit

Permalink
wallet-ext: fix lockWallet action name
Browse files Browse the repository at this point in the history
  • Loading branch information
pchrysochoidis committed Oct 20, 2022
1 parent 322430d commit cc6671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet/src/ui/app/wallet/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const unlockWallet = createAsyncThunk<
});

export const lockWallet = createAsyncThunk<void, void, AppThunkConfig>(
'wallet-unlock-wallet',
'wallet-lock-wallet',
async (_, { extra: { background } }) => {
await background.lockWallet();
}
Expand Down

0 comments on commit cc6671d

Please sign in to comment.