Skip to content

Commit

Permalink
Update node/libs/roles/src/validator/messages/block.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 Oct 26, 2023
1 parent 93fde0a commit 1c2d535
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node/libs/roles/src/validator/messages/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ use std::fmt;
pub struct ProtocolVersion(pub(crate) u32);

/// We use a hardcoded protocol version for now.
/// Eventually validators should determine which version to use for which block by observing
/// a relevant L1 contract (controlled by governance).
/// Eventually validators should determine which version to use for which block by observing the relevant L1 contract.
///
/// The validator binary has to support the current and next protocol version whenever
/// a protocol version update is needed (so that it can dynamically switch from producing
Expand Down

0 comments on commit 1c2d535

Please sign in to comment.