Skip to content

Commit

Permalink
Fix unhiding removed accounts (#3282)
Browse files Browse the repository at this point in the history
Resolves #3276
  • Loading branch information
hyphenized committed Apr 18, 2023
2 parents 2677886 + 9bbc5ee commit ac277dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions background/services/keyring/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ export default class KeyringService extends BaseService<Events> {

if (!address) return null

this.#hiddenAccounts[address] = false
await this.persistKeyrings()
this.emitter.emit("address", address)
this.emitKeyrings()
Expand Down

0 comments on commit ac277dc

Please sign in to comment.