aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/metamask-controller.js
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2017-09-27 07:52:08 +0800
committerfrankiebee <frankie.diamond@gmail.com>2017-09-27 07:54:04 +0800
commit9fd545811226c16e11e4f2dc100a348e07f094bf (patch)
tree6953acde88e0c7ba8f39382c7a9947a0393ffe81 /app/scripts/metamask-controller.js
parent8ab23c713db1f5d45abb0ba433450591b8759809 (diff)
downloadtangerine-wallet-browser-9fd545811226c16e11e4f2dc100a348e07f094bf.tar
tangerine-wallet-browser-9fd545811226c16e11e4f2dc100a348e07f094bf.tar.gz
tangerine-wallet-browser-9fd545811226c16e11e4f2dc100a348e07f094bf.tar.bz2
tangerine-wallet-browser-9fd545811226c16e11e4f2dc100a348e07f094bf.tar.lz
tangerine-wallet-browser-9fd545811226c16e11e4f2dc100a348e07f094bf.tar.xz
tangerine-wallet-browser-9fd545811226c16e11e4f2dc100a348e07f094bf.tar.zst
tangerine-wallet-browser-9fd545811226c16e11e4f2dc100a348e07f094bf.zip
transactions: lint fixes and reveal status-update event for balance controller
Diffstat (limited to 'app/scripts/metamask-controller.js')
-rw-r--r--app/scripts/metamask-controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/metamask-controller.js b/app/scripts/metamask-controller.js
index 96b34507f..0f850b7f5 100644
--- a/app/scripts/metamask-controller.js
+++ b/app/scripts/metamask-controller.js
@@ -157,7 +157,7 @@ module.exports = class MetamaskController extends EventEmitter {
this.publicConfigStore = this.initPublicConfigStore()
// manual disk state subscriptions
- this.txController.txStateManager.store.subscribe((state) => {
+ this.txController.store.subscribe((state) => {
this.store.updateState({ TransactionController: state })
})
this.keyringController.store.subscribe((state) => {