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

@@ -1,6 +1,6 @@
use chrono::prelude::*;
use serde_json::Value;
use solana_client::rpc_request::RpcClient;
use solana_client::rpc_client::RpcClient;
use solana_drone::drone::run_local_drone;
use solana_sdk::pubkey::Pubkey;
use solana_sdk::signature::{Keypair, KeypairUtil};