diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-06 07:00:59 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-06 07:00:59 +0800 |
commit | e40c1c62ce0c2d9567066d84ea74fd24b424a81a (patch) | |
tree | 03fe0de4881f541a4a8dc2baae6a0da97ac8a7f7 /cmd/mist/assets | |
parent | 6b5f25802e73056702b743e0cab284cef49381ad (diff) | |
download | go-tangerine-e40c1c62ce0c2d9567066d84ea74fd24b424a81a.tar go-tangerine-e40c1c62ce0c2d9567066d84ea74fd24b424a81a.tar.gz go-tangerine-e40c1c62ce0c2d9567066d84ea74fd24b424a81a.tar.bz2 go-tangerine-e40c1c62ce0c2d9567066d84ea74fd24b424a81a.tar.lz go-tangerine-e40c1c62ce0c2d9567066d84ea74fd24b424a81a.tar.xz go-tangerine-e40c1c62ce0c2d9567066d84ea74fd24b424a81a.tar.zst go-tangerine-e40c1c62ce0c2d9567066d84ea74fd24b424a81a.zip |
API changed to use Pubkey only. Reflected that change in the rest of the api
Diffstat (limited to 'cmd/mist/assets')
-rw-r--r-- | cmd/mist/assets/examples/coin.html | 3 |
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", |