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.
#updateVault
1 parent 1410d2c commit c4c03deCopy full SHA for c4c03de
packages/keyring-controller/src/KeyringController.ts
@@ -652,7 +652,6 @@ export class KeyringController extends BaseController<
652
throw new Error('No HD keyring found');
653
}
654
const [addedAccountAddress] = await primaryKeyring.addAccounts(1);
655
- await this.#updateVault();
656
await this.verifySeedPhrase();
657
return addedAccountAddress;
658
});
0 commit comments