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