Renamed etherpc to ethrpc

This commit is contained in:
Maran
2014-05-05 15:15:14 +02:00
parent 9b1f11695d
commit a4ca9927ab
3 changed files with 2 additions and 279 deletions

View File

@ -4,7 +4,7 @@ import (
"container/list"
"github.com/ethereum/eth-go/ethchain"
"github.com/ethereum/eth-go/ethdb"
"github.com/ethereum/eth-go/etherpc"
"github.com/ethereum/eth-go/ethrpc"
"github.com/ethereum/eth-go/ethutil"
"github.com/ethereum/eth-go/ethwire"
"io/ioutil"
@ -64,7 +64,7 @@ type Ethereum struct {
reactor *ethutil.ReactorEngine
RpcServer *etherpc.JsonRpcServer
RpcServer *ethrpc.JsonRpcServer
}
func New(caps Caps, usePnp bool) (*Ethereum, error) {