diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-20 23:49:12 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-20 23:49:12 +0800 |
commit | de1dfae7170a946d255a9b4932e08f887d48947c (patch) | |
tree | db414d8bba2c8e08a2264cadcc5f880a61e136c8 /ethereum/javascript_runtime.go | |
parent | 41989693024b45d069b6d5fd6b700b27ec377b0c (diff) | |
download | dexon-de1dfae7170a946d255a9b4932e08f887d48947c.tar.gz dexon-de1dfae7170a946d255a9b4932e08f887d48947c.tar.zst dexon-de1dfae7170a946d255a9b4932e08f887d48947c.zip |
Forked version of otto so we can support lowerCased methods
Diffstat (limited to 'ethereum/javascript_runtime.go')
-rw-r--r-- | ethereum/javascript_runtime.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/javascript_runtime.go b/ethereum/javascript_runtime.go index b06fb9460..cc8fe370f 100644 --- a/ethereum/javascript_runtime.go +++ b/ethereum/javascript_runtime.go @@ -6,7 +6,7 @@ import ( "github.com/ethereum/eth-go/ethchain" "github.com/ethereum/eth-go/ethpub" "github.com/ethereum/eth-go/ethutil" - "github.com/robertkrimen/otto" + "github.com/obscuren/otto" ) type JSRE struct { |