dead code

This commit is contained in:
Jędrzej Stuczyński
2024-03-07 16:13:44 +00:00
parent a3b1a7337d
commit 14ee279ec8
2 changed files with 1 additions and 2 deletions
@@ -1,7 +1,7 @@
// Copyright 2024 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: Apache-2.0
use crate::types::{GatewayDetails, GatewayRegistration};
use crate::types::GatewayRegistration;
use crate::{BadGateway, GatewaysDetailsStore};
use async_trait::async_trait;
use std::collections::HashMap;
-1
View File
@@ -4,7 +4,6 @@
use crate::client::mix_traffic::transceiver::ErasedGatewayError;
use nym_crypto::asymmetric::identity::Ed25519RecoveryError;
use nym_gateway_client::error::GatewayClientError;
use nym_gateway_requests::registration::handshake::shared_key::SharedKeyConversionError;
use nym_topology::gateway::GatewayConversionError;
use nym_topology::NymTopologyError;
use nym_validator_client::ValidatorClientError;