Skip to content

Commit c4c03de

Browse files
committed
remove leftover #updateVault call
1 parent 1410d2c commit c4c03de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/keyring-controller/src/KeyringController.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,6 @@ export class KeyringController extends BaseController<
652652
throw new Error('No HD keyring found');
653653
}
654654
const [addedAccountAddress] = await primaryKeyring.addAccounts(1);
655-
await this.#updateVault();
656655
await this.verifySeedPhrase();
657656
return addedAccountAddress;
658657
});

0 commit comments

Comments
 (0)