aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/repl.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-20 23:49:12 +0800
committerobscuren <geffobscura@gmail.com>2014-05-20 23:49:12 +0800
commitde1dfae7170a946d255a9b4932e08f887d48947c (patch)
treedb414d8bba2c8e08a2264cadcc5f880a61e136c8 /ethereum/repl.go
parent41989693024b45d069b6d5fd6b700b27ec377b0c (diff)
downloadgo-tangerine-de1dfae7170a946d255a9b4932e08f887d48947c.tar
go-tangerine-de1dfae7170a946d255a9b4932e08f887d48947c.tar.gz
go-tangerine-de1dfae7170a946d255a9b4932e08f887d48947c.tar.bz2
go-tangerine-de1dfae7170a946d255a9b4932e08f887d48947c.tar.lz
go-tangerine-de1dfae7170a946d255a9b4932e08f887d48947c.tar.xz
go-tangerine-de1dfae7170a946d255a9b4932e08f887d48947c.tar.zst
go-tangerine-de1dfae7170a946d255a9b4932e08f887d48947c.zip
Forked version of otto so we can support lowerCased methods
Diffstat (limited to 'ethereum/repl.go')
-rw-r--r--ethereum/repl.go2
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 {