noise handshake responder side

This commit is contained in:
Simon Wicky
2025-05-20 16:07:21 +02:00
committed by Georgio Nicolas
parent 8b23552e77
commit e06db2f18e
+1 -1
View File
@@ -484,7 +484,7 @@ impl ConnectionHandler {
pub(crate) async fn handle_stream(
&mut self,
mut mixnet_connection: Framed<Connection<TcpStream>, NymCodec>,
mut mixnet_connection: Framed<Connection, NymCodec>,
) {
loop {
tokio::select! {