Fix loading indication

feature/default_network_editable
Dan Finlay 8 years ago
parent 1ddb8b9aec
commit 518ff399fb
  1. 2
      app/scripts/keyring-controller.js

@ -31,7 +31,7 @@ module.exports = class KeyringController extends EventEmitter {
this._unconfTxCbs = {}
this._unconfMsgCbs = {}
this.network = 'loading'
this.network = null
}
getState() {

Loading…
Cancel
Save