diff options
Diffstat (limited to 'rpc/jeth.go')
-rw-r--r-- | rpc/jeth.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rpc/jeth.go b/rpc/jeth.go index a08f9be8f..2097ac30d 100644 --- a/rpc/jeth.go +++ b/rpc/jeth.go @@ -3,7 +3,6 @@ package rpc import ( "encoding/json" "fmt" - "github.com/ethereum/go-ethereum/jsre" "github.com/robertkrimen/otto" ) @@ -36,7 +35,6 @@ func (self *Jeth) Send(call otto.FunctionCall) (response otto.Value) { } jsonreq, err := json.Marshal(reqif) - var reqs []RpcRequest batch := true err = json.Unmarshal(jsonreq, &reqs) |