Skip to content

Commit 33052da

Browse files
committed
fix: remove entropy rule for single account insertion
1 parent d0aa003 commit 33052da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/account-tree-controller/src/AccountTreeController.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,6 @@ export class AccountTreeController extends BaseController<
711711
account: InternalAccount,
712712
) {
713713
const result =
714-
this.#getEntropyRule().match(account) ??
715714
this.#getSnapRule().match(account) ??
716715
this.#getKeyringRule().match(account); // This one cannot fail.
717716

0 commit comments

Comments
 (0)