diff --git a/core/src/crds_gossip_push.rs b/core/src/crds_gossip_push.rs index 636ddf75e5..3efc3afd08 100644 --- a/core/src/crds_gossip_push.rs +++ b/core/src/crds_gossip_push.rs @@ -46,7 +46,7 @@ pub struct CrdsGossipPush { /// push message queue push_messages: HashMap, /// Cache that tracks which validators a message was received from - /// bool indicates it has been pruned. + /// bool indicates it has been pruned. /// This cache represents a lagging view of which validators /// currently have this node in their `active_set` received_cache: HashMap>,