Skip to content

Commit

Permalink
Update packages/keyring-controller/src/KeyringController.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michele Esposito <[email protected]>
  • Loading branch information
montelaidev and mikesposito authored Jan 23, 2025
1 parent 183f0b5 commit 131c449
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/keyring-controller/src/KeyringController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2328,9 +2328,6 @@ export class KeyringController extends BaseController<
await this.#destroyKeyring(keyring);
}
this.#keyrings = [];
this.update((state) => {
state.keyringsMetadata = [];
});
}

/**
Expand Down

0 comments on commit 131c449

Please sign in to comment.