We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f976788 commit 7b614b2Copy full SHA for 7b614b2
src/screens/SettingsSheet/components/DevSection.tsx
@@ -188,6 +188,7 @@ const DevSection = () => {
188
if (shouldWipeKeychain) {
189
await wipeKeychain();
190
await clearMMKVStorage();
191
+ await clearWalletState({ resetKeychain: true });
192
193
// we need to navigate back to the welcome screen
194
navigate(Routes.WELCOME_SCREEN);
0 commit comments