1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00

Fix loading indication

This commit is contained in:
Dan Finlay 2016-10-21 14:11:04 -07:00
parent 1ddb8b9aec
commit 518ff399fb

View File

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