mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
metamask-controller - lint fix
This commit is contained in:
parent
fe42de4642
commit
c9f3404ca5
@ -608,7 +608,7 @@ module.exports = class MetamaskController extends EventEmitter {
|
||||
const keyring = await this.keyringController.addNewKeyring('Simple Key Pair', [ privateKey ])
|
||||
const accounts = await keyring.getAccounts()
|
||||
// update accounts in preferences controller
|
||||
const allAccounts = await keyringController.getAccounts()
|
||||
const allAccounts = await this.keyringController.getAccounts()
|
||||
this.preferencesController.setAddresses(allAccounts)
|
||||
// set new account as selected
|
||||
await this.preferencesController.setSelectedAddress(accounts[0])
|
||||
|
Loading…
x
Reference in New Issue
Block a user