From 2b1a9c5ae880afe1a5bf2d11eefbbdf26dc6e27c Mon Sep 17 00:00:00 2001 From: frankiebee Date: Wed, 29 Mar 2017 11:02:50 -0700 Subject: Create a Transaction from within the dapp --- library/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/controller.js b/library/controller.js index c3f2fa5fa..126e972c8 100644 --- a/library/controller.js +++ b/library/controller.js @@ -6,9 +6,9 @@ const background = new SWcontroller({ fileName: '/popup/sw-build.js', }) +const pageStream = new ParentStream() background.on('ready', (_) => { // var inpageProvider = new MetamaskInpageProvider(SwStream(background.controller)) - let pageStream = new ParentStream() let swStream = SwStream(background.controller) pageStream.pipe(swStream).pipe(pageStream) console.log('********************WOOP*********************') -- cgit