Skip to content

Commit

Permalink
refactor: apply review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesposito committed May 29, 2023
1 parent d2c69f7 commit 3b1afec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/keyring-controller/src/KeyringController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ export class KeyringController extends BaseControllerV2<
super({
name,
metadata: {
vault: { persist: false, anonymous: false },
isUnlocked: { persist: false, anonymous: false },
vault: { persist: true, anonymous: false },
isUnlocked: { persist: false, anonymous: true },
keyringTypes: { persist: false, anonymous: false },
keyrings: { persist: false, anonymous: false },
},
Expand Down

0 comments on commit 3b1afec

Please sign in to comment.