Move to solana-ed25519-dalek (#4248)

This commit is contained in:
Tyera Eulberg
2019-05-10 15:26:46 -06:00
committed by GitHub
parent ad7f04a245
commit 06a93dcb43
5 changed files with 19 additions and 19 deletions

View File

@ -14,12 +14,12 @@ use crate::streamer::receiver;
use crate::streamer::responder;
use crate::window_service::WindowService;
use bincode::deserialize;
use ed25519_dalek;
use rand::thread_rng;
use rand::Rng;
use solana_client::rpc_client::RpcClient;
use solana_client::rpc_request::RpcRequest;
use solana_client::thin_client::{create_client, ThinClient};
use solana_ed25519_dalek as ed25519_dalek;
use solana_sdk::client::{AsyncClient, SyncClient};
use solana_sdk::hash::{Hash, Hasher};
use solana_sdk::message::Message;