aboutsummaryrefslogtreecommitdiffstats
path: root/library/sw-core.js
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2017-03-30 01:53:43 +0800
committerfrankiebee <frankie.diamond@gmail.com>2017-03-30 01:53:43 +0800
commit84b3415b4479eb849b69d77a7e178c67fcaaf3fb (patch)
treecb6b0d50c9fd4f24283edffe6ba05c93dadef113 /library/sw-core.js
parenta20a237282c38da86b03625d08b48c2e58e83523 (diff)
downloadtangerine-wallet-browser-84b3415b4479eb849b69d77a7e178c67fcaaf3fb.tar.gz
tangerine-wallet-browser-84b3415b4479eb849b69d77a7e178c67fcaaf3fb.tar.zst
tangerine-wallet-browser-84b3415b4479eb849b69d77a7e178c67fcaaf3fb.zip
WIP: lost enital call from dapp to getAccounts
Diffstat (limited to 'library/sw-core.js')
-rw-r--r--library/sw-core.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/sw-core.js b/library/sw-core.js
index 1d31b2acd..4d95898d9 100644
--- a/library/sw-core.js
+++ b/library/sw-core.js
@@ -116,6 +116,7 @@ function setupController (initState, client) {
need to write a service worker stream for this
*/
connectionListener.on('remote', (portStream, messageEvent) => {
+ console.log('REMOTE CONECTION FOUND***********')
connectRemote(portStream, messageEvent.origin)
})