Skip to content

Commit

Permalink
BFT-486: Fix docstring about returning stats
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Jul 23, 2024
1 parent cc39361 commit c1933c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/actors/network/src/gossip/batch_votes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl BatchVotes {
/// `self` might get modified even if an error is returned
/// (all entries verified so far are added).
///
/// Returns true iff some new entry was added.
/// Returns statistics about new entries added.
pub(super) fn update(
&mut self,
attesters: &attester::Committee,
Expand Down

0 comments on commit c1933c2

Please sign in to comment.