aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/examples/coin.html
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-06 07:00:59 +0800
committerobscuren <geffobscura@gmail.com>2015-02-06 07:00:59 +0800
commite40c1c62ce0c2d9567066d84ea74fd24b424a81a (patch)
tree03fe0de4881f541a4a8dc2baae6a0da97ac8a7f7 /cmd/mist/assets/examples/coin.html
parent6b5f25802e73056702b743e0cab284cef49381ad (diff)
downloaddexon-e40c1c62ce0c2d9567066d84ea74fd24b424a81a.tar.gz
dexon-e40c1c62ce0c2d9567066d84ea74fd24b424a81a.tar.zst
dexon-e40c1c62ce0c2d9567066d84ea74fd24b424a81a.zip
API changed to use Pubkey only. Reflected that change in the rest of the api
Diffstat (limited to 'cmd/mist/assets/examples/coin.html')
-rw-r--r--cmd/mist/assets/examples/coin.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/mist/assets/examples/coin.html b/cmd/mist/assets/examples/coin.html
index ed5063a05..1e8a1cad9 100644
--- a/cmd/mist/assets/examples/coin.html
+++ b/cmd/mist/assets/examples/coin.html
@@ -29,7 +29,8 @@
var web3 = require('web3');
var eth = web3.eth;
- web3.setProvider(new web3.providers.HttpSyncProvider('http://localhost:8080'));
+ web3.setProvider(new
+ web3.providers.HttpSyncProvider('http://localhost:8545'));
var desc = [{
"name": "balance(address)",
"type": "function",