Signing (almost) works.

This commit is contained in:
Daniel A. Nagy
2015-05-08 17:52:44 +02:00
parent a487396b76
commit 3a01e3e39b
3 changed files with 3725 additions and 4 deletions

View File

@ -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)