From be76065c663be0a75509813bcaa97f05fb0913d1 Mon Sep 17 00:00:00 2001 From: Simon Wicky Date: Fri, 22 May 2026 15:11:00 +0200 Subject: [PATCH] tweak --- nym-node/src/node/lp/data/handler/pipeline/nymnode.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-node/src/node/lp/data/handler/pipeline/nymnode.rs b/nym-node/src/node/lp/data/handler/pipeline/nymnode.rs index bd171ab884..513142ab92 100644 --- a/nym-node/src/node/lp/data/handler/pipeline/nymnode.rs +++ b/nym-node/src/node/lp/data/handler/pipeline/nymnode.rs @@ -125,8 +125,8 @@ impl self.state.client_forwarding_disabled_dropped(); Vec::new() } else if self.state.is_internal_service_provider(client_address) { - // SW TODO route packet to SP channel, no output (no need for framing and encrytpion, which is why we exit here) self.state.internal_sp_routed(); + // SW TODO route packet to SP channel, no output (no need for framing and encrytpion, which is why we exit here) Vec::new() } else { // SW TODO client address lookup