Skip to content

Commit

Permalink
feat: do not reset manually
Browse files Browse the repository at this point in the history
disabled manual reset, only reloads wallet
  • Loading branch information
arthurgeron committed Nov 6, 2024
1 parent 7cf54ae commit 073f80b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/app/src/systems/Vault/services/VaultServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ export class VaultServer extends EventEmitter {
}

async resetAndReload() {
const storage = new IndexedDBStorage();
const manager = new WalletManager({ storage });
this.manager = manager;
return this.reload();
}
}
Expand Down

0 comments on commit 073f80b

Please sign in to comment.