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

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

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()
}