good morning!!!!

Skip to content
Snippets Groups Projects
Commit 23e41a57 authored by Viktor Trón's avatar Viktor Trón
Browse files

Applying: fix adming js test regression (maybe otto update?)

parent fee224f0
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ func (js *jsre) apiBindings() { ...@@ -102,7 +102,7 @@ func (js *jsre) apiBindings() {
jethObj := t.Object() jethObj := t.Object()
jethObj.Set("send", jeth.Send) 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 { if err != nil {
utils.Fatalf("Error loading bignumber.js: %v", err) utils.Fatalf("Error loading bignumber.js: %v", err)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment