good morning!!!!

Skip to content
Snippets Groups Projects
Commit 92c63275 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

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

parent 516f49c8
No related branches found
No related tags found
No related merge requests found
[submodule "cmd/mist/assets/ext/ethereum.js"]
path = cmd/mist/assets/ext/ethereum.js
url = https://github.com/ethereum/ethereum.js
url = https://github.com/ethereum/web3.js
......@@ -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)
}
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment