From a25b3942ff50651a16cbe9b08b5595670854ae61 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:02:42 +0900 Subject: [PATCH] fix comment --- mixnet/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixnet/config.py b/mixnet/config.py index 60e0583..d328ac5 100644 --- a/mixnet/config.py +++ b/mixnet/config.py @@ -44,7 +44,7 @@ class GossipConfig: class MixMembership: """ A list of public information of nodes in the network. - We assume that this list is eventually known to all nodes in the network (e.g. via p2p advertising). + We assume that this list is known to all nodes in the network. """ nodes: List[NodeInfo]