Skip to content

Commit

Permalink
staking: display wrong passphrase error. (#3916)
Browse files Browse the repository at this point in the history
  • Loading branch information
amass01 committed Nov 8, 2023
1 parent d0e79da commit 239dcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/actions/ControlActions.js
Expand Up @@ -417,7 +417,7 @@ export const purchaseTicketsAttempt =
})
);
} catch (error) {
console.log({ error });
dispatch({ error, type: PURCHASETICKETS_FAILED });
} finally {
if (needToRestartMixer) {
const mixedAccount = sel.getMixedAccount(getState());
Expand Down

0 comments on commit 239dcd1

Please sign in to comment.