Move HTTP transport to sub package of RPC

This commit is contained in:
Taylor Gerring
2015-01-25 14:50:43 -06:00
parent 7a894e3738
commit d790229a33
6 changed files with 66 additions and 53 deletions

View File

@ -66,7 +66,7 @@ type Ethereum struct {
txSub event.Subscription
blockSub event.Subscription
RpcServer *rpc.JsonRpcServer
RpcServer rpc.RpcServer
keyManager *crypto.KeyManager
clientIdentity p2p.ClientIdentity