Update all balances on password unlock

This commit is contained in:
Dan Finlay 2018-10-05 10:32:28 -07:00
parent 182970c318
commit bc6d32e51e
1 changed files with 1 additions and 0 deletions

View File

@ -555,6 +555,7 @@ module.exports = class MetamaskController extends EventEmitter {
}
await this.preferencesController.syncAddresses(accounts)
await this.balancesController.updateAllBalances()
return this.keyringController.fullUpdate()
}