From 4b880b87bce94c1268401e53b6d7971249311d62 Mon Sep 17 00:00:00 2001 From: kumavis Date: Tue, 13 Sep 2016 15:27:58 -0700 Subject: mascara - run background in iframe --- library/example/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library/example/index.js') diff --git a/library/example/index.js b/library/example/index.js index a3f4b9859..b23c15307 100644 --- a/library/example/index.js +++ b/library/example/index.js @@ -26,6 +26,7 @@ function startApp(){ console.log('sending tx') web3.eth.sendTransaction({ from: primaryAccount, + to: primaryAccount, value: 0, }, function(err, txHash){ if (err) throw err @@ -38,6 +39,7 @@ function startApp(){ console.log('sending tx') web3.eth.sendTransaction({ from: primaryAccount, + to: primaryAccount, value: 0, }, function(err, txHash){ if (err) throw err -- cgit v1.2.3