Fix nightly

This commit is contained in:
Greg Fitzgerald
2018-05-09 10:48:56 -06:00
parent e4c47e8417
commit 0ee3ec86bd
3 changed files with 11 additions and 10 deletions

View File

@@ -3,6 +3,7 @@
//! messages to the network directly. The binary encoding of its messages are
//! unstable and may change in future releases.
use accounting_stage::{Request, Response, Subscription};
use bincode::{deserialize, serialize};
use futures::future::{ok, FutureResult};
use hash::Hash;
@@ -10,7 +11,6 @@ use signature::{KeyPair, PublicKey, Signature};
use std::collections::HashMap;
use std::io;
use std::net::{SocketAddr, UdpSocket};
use accounting_stage::{Request, Response, Subscription};
use transaction::Transaction;
pub struct ThinClient {