mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
net/transport remove error not used
This commit is contained in:
@@ -37,9 +37,6 @@ pub enum TransportError<TErr> {
|
||||
#[error("Transport IO Error: {0}")]
|
||||
IoError(#[from] std::io::Error),
|
||||
|
||||
#[error("Socks5 Error: {0}")]
|
||||
Socks5Error(#[from] fast_socks5::SocksError),
|
||||
|
||||
#[error("{0}")]
|
||||
Other(TErr),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user