cmd/geth, jsre: updated ethereum.js => web3.js

This commit is contained in:
obscuren
2015-04-24 11:37:44 +02:00
parent 516f49c812
commit 92c6327593
3 changed files with 5 additions and 3 deletions

View File

@ -118,7 +118,7 @@ func (js *jsre) apiBindings() {
utils.Fatalf("Error loading ethereum.js: %v", err)
}
_, err = js.re.Eval("var web3 = require('ethereum.js');")
_, err = js.re.Eval("var web3 = require('web3');")
if err != nil {
utils.Fatalf("Error requiring web3: %v", err)
}