aboutsummaryrefslogtreecommitdiffstats
path: root/library/example
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2016-09-14 06:27:58 +0800
committerkumavis <aaron@kumavis.me>2016-09-14 06:27:58 +0800
commit4b880b87bce94c1268401e53b6d7971249311d62 (patch)
tree54f12be206861ab0e2e6fdcb0a9be19b351a694a /library/example
parent54ecb09a209bf3ffeba968a79acfa500625b0d4a (diff)
downloadtangerine-wallet-browser-4b880b87bce94c1268401e53b6d7971249311d62.tar.gz
tangerine-wallet-browser-4b880b87bce94c1268401e53b6d7971249311d62.tar.zst
tangerine-wallet-browser-4b880b87bce94c1268401e53b6d7971249311d62.zip
mascara - run background in iframe
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