Update all balances on password unlock

feature/default_network_editable
Dan Finlay 6 years ago
parent 182970c318
commit bc6d32e51e
  1. 1
      app/scripts/metamask-controller.js

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

Loading…
Cancel
Save