aboutsummaryrefslogtreecommitdiffstats
path: root/library/example/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/example/index.js')
-rw-r--r--library/example/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/example/index.js b/library/example/index.js
index b23c15307..4a107df6a 100644
--- a/library/example/index.js
+++ b/library/example/index.js
@@ -17,7 +17,7 @@ function startApp(){
console.log('getting main account...')
web3.eth.getAccounts(function(err, addresses){
if (err) throw err
- console.log('set address')
+ console.log('set address', addresses[0])
primaryAccount = addresses[0]
})