We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0aa003 commit 33052daCopy full SHA for 33052da
packages/account-tree-controller/src/AccountTreeController.ts
@@ -711,7 +711,6 @@ export class AccountTreeController extends BaseController<
711
account: InternalAccount,
712
) {
713
const result =
714
- this.#getEntropyRule().match(account) ??
715
this.#getSnapRule().match(account) ??
716
this.#getKeyringRule().match(account); // This one cannot fail.
717
0 commit comments