Move HTTP transport to sub package of RPC
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user