Remove WIP comments

This commit is contained in:
Jon Häggblad
2022-10-25 11:52:16 +02:00
parent ed47942a53
commit 777053bda1
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -360,7 +360,6 @@ impl NymClient {
// sphinx_message_sender is the transmitter for any component generating sphinx packets that are to be sent to the mixnet
// they are used by cover traffic stream and real traffic stream
// sphinx_message_receiver is the receiver used by MixTrafficController that sends the actual traffic
// WIP(JON): move creating this to the mix traffic controller
let (sphinx_message_sender, sphinx_message_receiver) =
tokio::sync::mpsc::channel(MIX_MESSAGE_RECEIVER_BUFFER_SIZE);
-1
View File
@@ -349,7 +349,6 @@ impl NymClient {
// sphinx_message_sender is the transmitter for any component generating sphinx packets that are to be sent to the mixnet
// they are used by cover traffic stream and real traffic stream
// sphinx_message_receiver is the receiver used by MixTrafficController that sends the actual traffic
// WIP(JON): move creating this into MixTrafficController
let (sphinx_message_sender, sphinx_message_receiver) =
tokio::sync::mpsc::channel(MIX_MESSAGE_RECEIVER_BUFFER_SIZE);