1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove dead reference

This commit is contained in:
Dan Finlay 2017-09-27 14:45:24 -07:00
parent ea12be2c1b
commit aefd17ef94

View File

@ -106,7 +106,6 @@ class KeyringController extends EventEmitter {
.then((accounts) => {
const firstAccount = accounts[0]
if (!firstAccount) throw new Error('KeyringController - First Account not found.')
const hexAccount = normalizeAddress(firstAccount)
return this.setupAccounts(accounts)
})
.then(this.persistAllKeyrings.bind(this, password))