metamask - publicConfig - fix init state

feature/default_network_editable
kumavis 8 years ago
parent 10ba760ed3
commit fb08c4a131
  1. 2
      app/scripts/metamask-controller.js

@ -190,7 +190,7 @@ module.exports = class MetamaskController extends EventEmitter {
initPublicConfigStore () {
// get init state
const publicConfigStore = new ObservableStore(this.store.getState())
const publicConfigStore = new ObservableStore()
// memStore -> transform -> publicConfigStore
this.on('update', (memState) => {

Loading…
Cancel
Save