do not run LP (#6422)
This commit is contained in:
committed by
GitHub
parent
a151a03181
commit
801dcdda1e
@@ -12,7 +12,6 @@ use nym_http_api_common::middleware::logging;
|
||||
use nym_node_requests::api::v1::authenticator::models::Authenticator;
|
||||
use nym_node_requests::api::v1::gateway::models::{Bridges, Gateway};
|
||||
use nym_node_requests::api::v1::ip_packet_router::models::IpPacketRouter;
|
||||
use nym_node_requests::api::v1::lewes_protocol::models::LewesProtocol;
|
||||
use nym_node_requests::api::v1::mixnode::models::Mixnode;
|
||||
use nym_node_requests::api::v1::network_requester::exit_policy::models::UsedExitPolicy;
|
||||
use nym_node_requests::api::v1::network_requester::models::NetworkRequester;
|
||||
@@ -133,11 +132,11 @@ impl HttpServerConfig {
|
||||
self
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
pub fn with_lewes_protocol(mut self, lewes_protocol: LewesProtocol) -> Self {
|
||||
self.api.v1_config.lewes_protocol.details = Some(lewes_protocol);
|
||||
self
|
||||
}
|
||||
// #[must_use]
|
||||
// pub fn with_lewes_protocol(mut self, lewes_protocol: LewesProtocol) -> Self {
|
||||
// self.api.v1_config.lewes_protocol.details = Some(lewes_protocol);
|
||||
// self
|
||||
// }
|
||||
}
|
||||
|
||||
pub struct NymNodeRouter {
|
||||
|
||||
Reference in New Issue
Block a user