Skip to content

Commit

Permalink
Update node/actors/bft/src/inner.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno França <[email protected]>
  • Loading branch information
pompon0 and brunoffranca authored Dec 14, 2023
1 parent 27a37b3 commit 943e3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/actors/bft/src/inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use zksync_consensus_roles::validator;
/// to be modified, except by the Consensus struct.
#[derive(Debug)]
pub(crate) struct ConsensusInner {
/// The communication pipe. This is used to receive inputs and send outputs.
/// The communication pipe. This is used to send outputs.
pub(crate) pipe: channel::UnboundedSender<OutputMessage>,
/// The validator's secret key.
pub(crate) secret_key: validator::SecretKey,
Expand Down

0 comments on commit 943e3ec

Please sign in to comment.