mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
Applying: fix adming js test regression (maybe otto update?)
This commit is contained in:
@@ -102,7 +102,7 @@ func (js *jsre) apiBindings() {
|
||||
jethObj := t.Object()
|
||||
jethObj.Set("send", jeth.Send)
|
||||
|
||||
err := js.re.Compile("bignum.js", re.BigNumber_JS)
|
||||
err := js.re.Compile("bignumber.js", re.BigNumber_JS)
|
||||
if err != nil {
|
||||
utils.Fatalf("Error loading bignumber.js: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user