1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

metamask - publicConfig - fix init state

This commit is contained in:
kumavis 2017-05-04 17:56:30 -07:00
parent 10ba760ed3
commit fb08c4a131

View File

@ -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) => {