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/repl.go | |
parent | 41989693024b45d069b6d5fd6b700b27ec377b0c (diff) | |
download | dexon-de1dfae7170a946d255a9b4932e08f887d48947c.tar dexon-de1dfae7170a946d255a9b4932e08f887d48947c.tar.gz dexon-de1dfae7170a946d255a9b4932e08f887d48947c.tar.bz2 dexon-de1dfae7170a946d255a9b4932e08f887d48947c.tar.lz dexon-de1dfae7170a946d255a9b4932e08f887d48947c.tar.xz dexon-de1dfae7170a946d255a9b4932e08f887d48947c.tar.zst dexon-de1dfae7170a946d255a9b4932e08f887d48947c.zip |
Forked version of otto so we can support lowerCased methods
Diffstat (limited to 'ethereum/repl.go')
-rw-r--r-- | ethereum/repl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/repl.go b/ethereum/repl.go index c0b63c0a5..29d38afef 100644 --- a/ethereum/repl.go +++ b/ethereum/repl.go @@ -4,7 +4,7 @@ import ( "fmt" "github.com/ethereum/eth-go" "github.com/ethereum/eth-go/ethpub" - "github.com/robertkrimen/otto" + "github.com/obscuren/otto" ) type Repl interface { |