Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
grandpa: fix doc
  • Loading branch information
andresilva committed Nov 8, 2019
commit b7fd92ef923d70880bbd69dc4c766e52476b39c1
2 changes: 1 addition & 1 deletion core/finality-grandpa/src/communication/gossip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ impl<Block: BlockT> Inner<Block> {
}

/// The initial logic for filtering messages follows the given state
/// transitions.
/// transitions:
///
/// - State 0: not allowed to anyone (only if our local node is not an authority)
/// - State 1: allowed to random `sqrt(authorities)`
Expand Down