mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-22 07:34:20 +01:00
Delete wallet DB as well
This commit is contained in:
@@ -23,6 +23,7 @@ export function DeleteEverything() {
|
||||
async function resetNode() {
|
||||
setConfirmLoading(true);
|
||||
deleteDb("gossip")
|
||||
deleteDb("wallet")
|
||||
localStorage.clear();
|
||||
showToast({ title: "Deleted", description: `Deleted all data` })
|
||||
setConfirmOpen(false);
|
||||
|
||||
Reference in New Issue
Block a user