Factor RPC request mechanism out of RpcClient into *RpcClientRequest

This commit is contained in:
Michael Vines
2019-03-16 21:51:41 -07:00
parent 23337e08eb
commit 7b314f47f7
9 changed files with 182 additions and 159 deletions

View File

@@ -57,7 +57,7 @@ impl ThinClient {
transactions_socket: UdpSocket,
rpc_client: RpcClient,
) -> Self {
ThinClient {
Self {
rpc_client,
transactions_addr,
transactions_socket,