Skip to content

Commit

Permalink
fix log (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 committed Aug 4, 2020
1 parent f226873 commit 1a0c51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/wallets.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const checkKeychainIntegrity = () => async (dispatch, getState) => {
logger.sentry('[KeychainIntegrityCheck]: old seed is still present!');
} else {
logger.sentry(
`[KeychainIntegrityCheck]: old seed is not present: ${hasOldSeedphraseKey}`
`[KeychainIntegrityCheck]: old seed is present: ${hasOldSeedphraseKey}`
);
}

Expand Down

0 comments on commit 1a0c51b

Please sign in to comment.