Possibly gotten rid of compiler warnings

This commit is contained in:
Jedrzej Stuczynski
2020-01-08 12:59:29 +00:00
parent db67744b19
commit 07db413f2c
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -1,4 +1,3 @@
use sphinx::route::NodeAddressBytes;
use sphinx::SphinxPacket;
use std::net::SocketAddr;
use tokio::prelude::*;
-1
View File
@@ -1,7 +1,6 @@
use crate::banner;
use crate::clients::{NymClient, SocketType};
use crate::persistence::pemstore;
use crate::sockets::tcp;
use clap::ArgMatches;
use std::net::ToSocketAddrs;
-1
View File
@@ -34,7 +34,6 @@ impl Config {
#[derive(Debug)]
pub enum MixProcessingError {
InvalidPeerAddressError,
SphinxRecoveryError,
ReceivedFinalHopError,
}