aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/jeth.go
diff options
context:
space:
mode:
authorDaniel A. Nagy <nagy.da@gmail.com>2015-05-08 23:52:44 +0800
committerDaniel A. Nagy <nagy.da@gmail.com>2015-05-08 23:52:44 +0800
commit3a01e3e39b9ce83ecb7444319407ee8bb00e3bf6 (patch)
treecf7379f422284b4a0e6b6c8bd0b1ca621c8c9a91 /rpc/jeth.go
parenta487396b764c8dac409f9ee1ef32c29c4cefb7d9 (diff)
downloadgo-tangerine-3a01e3e39b9ce83ecb7444319407ee8bb00e3bf6.tar
go-tangerine-3a01e3e39b9ce83ecb7444319407ee8bb00e3bf6.tar.gz
go-tangerine-3a01e3e39b9ce83ecb7444319407ee8bb00e3bf6.tar.bz2
go-tangerine-3a01e3e39b9ce83ecb7444319407ee8bb00e3bf6.tar.lz
go-tangerine-3a01e3e39b9ce83ecb7444319407ee8bb00e3bf6.tar.xz
go-tangerine-3a01e3e39b9ce83ecb7444319407ee8bb00e3bf6.tar.zst
go-tangerine-3a01e3e39b9ce83ecb7444319407ee8bb00e3bf6.zip
Signing (almost) works.
Diffstat (limited to 'rpc/jeth.go')
-rw-r--r--rpc/jeth.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/rpc/jeth.go b/rpc/jeth.go
index 4739316b2..ad52b72d7 100644
--- a/rpc/jeth.go
+++ b/rpc/jeth.go
@@ -2,7 +2,6 @@ package rpc
import (
"encoding/json"
-
"github.com/ethereum/go-ethereum/jsre"
"github.com/robertkrimen/otto"
)
@@ -35,7 +34,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)