aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/scripts/background.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/scripts/background.js b/app/scripts/background.js
index 18aaed7bf..21a5eea65 100644
--- a/app/scripts/background.js
+++ b/app/scripts/background.js
@@ -86,7 +86,6 @@ function setupControllerConnection (stream) {
stream.pipe(dnode).pipe(stream)
dnode.on('remote', (remote) => {
// push updates to popup
- controller.ethStore.removeListener('update', controller.sendUpdate.bind(controller))
controller.ethStore.on('update', controller.sendUpdate.bind(controller))
controller.listeners.push(remote)
idStore.on('update', controller.sendUpdate.bind(controller))