Skip to content

Commit

Permalink
web3: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Apr 24, 2015
1 parent 92c6327 commit dc62fb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Godeps/_workspace/bin
.project
.settings

mist
cmd/mist/mist
deploy/osx/Mist.app
deploy/osx/Mist\ Installer.dmg

Expand Down
3 changes: 1 addition & 2 deletions cmd/mist/assets/examples/coin.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>JevCoin</title>
<head>
<script type="text/javascript" src="../ext/bignumber.min.js"></script>
<script type="text/javascript" src="../ext/ethereum.js/dist/ethereum-light.min.js"></script>
<script type="text/javascript" src="../ext/ethereum.js/dist/web3-light.min.js"></script>
</head>
<body>

Expand Down Expand Up @@ -32,7 +32,6 @@ <h1>JevCoin <code id="contract_addr"></code></h1>
</body>

<script type="text/javascript">
var web3 = require('ethereum.js');
var eth = web3.eth;

web3.setProvider(new web3.providers.HttpProvider('http://localhost:8545'));
Expand Down
2 changes: 1 addition & 1 deletion cmd/mist/assets/ext/ethereum.js

0 comments on commit dc62fb2

Please sign in to comment.