rpc: add jsonrpc version to module request, use json types

This commit is contained in:
Péter Szilágyi
2016-02-04 12:44:34 +02:00
parent 3274db19c7
commit 6b939fbeaa
2 changed files with 8 additions and 11 deletions

View File

@ -27,8 +27,6 @@ import (
"sync"
"time"
"gopkg.in/fatih/set.v0"
"github.com/ethereum/ethash"
"github.com/ethereum/go-ethereum/accounts"
"github.com/ethereum/go-ethereum/common"
@ -46,6 +44,7 @@ import (
"github.com/ethereum/go-ethereum/p2p"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/rpc"
"gopkg.in/fatih/set.v0"
)
const (