Skip to content

Commit

Permalink
[fix] format
Browse files Browse the repository at this point in the history
  • Loading branch information
akichidis committed Nov 18, 2024
1 parent a017f01 commit 502e96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-protocol-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ struct FeatureFlags {
#[serde(skip_serializing_if = "is_false")]
consensus_smart_ancestor_selection: bool,

// Enables the new logic for collecting the subdag in the consensus linearizer. The new logic does not stop the recursion at the highest
// Enables the new logic for collecting the subdag in the consensus linearizer. The new logic does not stop the recursion at the highest
// committed round for each authority, but allows to commit uncommitted blocks up to gc round (excluded) for that authority.
#[serde(skip_serializing_if = "is_false")]
consensus_linearizer_collect_subdag_v2: bool,
Expand Down

0 comments on commit 502e96f

Please sign in to comment.