mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #5438 from MetaMask/update-balance-on-unlock
Update all balances on password unlock
This commit is contained in:
commit
55180a79c8
@ -555,6 +555,7 @@ module.exports = class MetamaskController extends EventEmitter {
|
||||
}
|
||||
|
||||
await this.preferencesController.syncAddresses(accounts)
|
||||
await this.balancesController.updateAllBalances()
|
||||
await this.txController.pendingTxTracker.updatePendingTxs()
|
||||
return this.keyringController.fullUpdate()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user