client/: move RpcClient from rpc_request.rs to rpc_client.rs

This commit is contained in:
Michael Vines
2019-03-16 22:37:20 -07:00
parent 7b314f47f7
commit 73ceaf07b1
11 changed files with 397 additions and 383 deletions

View File

@@ -3,7 +3,7 @@
//! messages to the network directly. The binary encoding of its messages are
//! unstable and may change in future releases.
use crate::rpc_request::RpcClient;
use crate::rpc_client::RpcClient;
use bincode::serialize_into;
use log::*;
use solana_metrics;