fix comment

This commit is contained in:
Youngjoon Lee 2024-07-11 10:02:42 +09:00
parent 8712157429
commit a25b3942ff
No known key found for this signature in database
GPG Key ID: B4253AFBA618BF4D

View File

@ -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]