diff options
mascara - run background in iframe
Diffstat (limited to 'library/example/index.js')
-rw-r--r-- | library/example/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 |