aboutsummaryrefslogtreecommitdiffstats
path: root/library/example
diff options
context:
space:
mode:
Diffstat (limited to 'library/example')
-rw-r--r--library/example/index.js2
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