Possibly gotten rid of compiler warnings
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
use sphinx::route::NodeAddressBytes;
|
||||
use sphinx::SphinxPacket;
|
||||
use std::net::SocketAddr;
|
||||
use tokio::prelude::*;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -34,7 +34,6 @@ impl Config {
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum MixProcessingError {
|
||||
InvalidPeerAddressError,
|
||||
SphinxRecoveryError,
|
||||
ReceivedFinalHopError,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user