From 727b9b5f617831bc63ab14d4e80353d971be4429 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Mon, 20 May 2024 10:03:24 +0900 Subject: [PATCH] update comment --- mixnet/v2/sim/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixnet/v2/sim/config.py b/mixnet/v2/sim/config.py index b738bae..ddd4c1f 100644 --- a/mixnet/v2/sim/config.py +++ b/mixnet/v2/sim/config.py @@ -50,7 +50,7 @@ class MixnetConfig: # A probability of sending a real message within one cycle real_message_prob: float # A weight of real message emission probability of some nodes - # Each weight is assigned to each node in the order of the node ID. + # Each weight is multiplied to the real_message_prob of the node being at the same position in the node list. # The length of the list should be <= num_nodes. i.e. some nodes won't have a weight. real_message_prob_weights: list[float] # A probability of sending a cover message within one cycle if not sending a real message