From e06db2f18e6644ba35747db14f07e8ffeee54a2e Mon Sep 17 00:00:00 2001 From: Simon Wicky Date: Tue, 20 May 2025 16:07:21 +0200 Subject: [PATCH] noise handshake responder side --- nym-node/src/node/mixnet/handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-node/src/node/mixnet/handler.rs b/nym-node/src/node/mixnet/handler.rs index aca227455a..d2a567cea2 100644 --- a/nym-node/src/node/mixnet/handler.rs +++ b/nym-node/src/node/mixnet/handler.rs @@ -484,7 +484,7 @@ impl ConnectionHandler { pub(crate) async fn handle_stream( &mut self, - mut mixnet_connection: Framed, NymCodec>, + mut mixnet_connection: Framed, ) { loop { tokio::select! {