aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-07-29 06:47:22 +0800
committerDan Finlay <dan@danfinlay.com>2016-07-29 06:47:22 +0800
commit6151339840b9d05b170d39c2b2f6c195a93d03c9 (patch)
treed3336e17bd74fcf0c4b6edbc194b28ec37abe644 /app
parentab320d12b495c681008145c74520689a21ad5c29 (diff)
parent0b4124874343ce8bee6a27efa9a8c3b43a47fb2b (diff)
downloadtangerine-wallet-browser-6151339840b9d05b170d39c2b2f6c195a93d03c9.tar.gz
tangerine-wallet-browser-6151339840b9d05b170d39c2b2f6c195a93d03c9.tar.zst
tangerine-wallet-browser-6151339840b9d05b170d39c2b2f6c195a93d03c9.zip
Merge branch 'master' into AddEthClassic
Diffstat (limited to 'app')
-rw-r--r--app/scripts/lib/remote-store.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/remote-store.js b/app/scripts/lib/remote-store.js
index c81d5151c..fbfab7bad 100644
--- a/app/scripts/lib/remote-store.js
+++ b/app/scripts/lib/remote-store.js
@@ -52,7 +52,7 @@ HostStore.prototype.set = function (key, value) {
HostStore.prototype.createStream = function () {
var dnode = Dnode({
- update: this._didUpdate.bind(this),
+ // update: this._didUpdate.bind(this),
})
dnode.on('remote', this._didConnect.bind(this))
return dnode