Skip to content

Commit

Permalink
proto fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark committed Oct 25, 2024
1 parent 81da0c7 commit c2e2986
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/sui-protocol-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2840,6 +2840,12 @@ impl ProtocolConfig {
cfg.max_accumulated_txn_cost_per_object_in_mysticeti_commit = Some(3);
}
65 => {
if chain != Chain::Mainnet {
cfg.feature_flags
.consensus_distributed_vote_scoring_strategy = true;
}
}
66 => {
// Enable distributed vote scoring for mainnet
cfg.feature_flags
.consensus_distributed_vote_scoring_strategy = true;
Expand Down

0 comments on commit c2e2986

Please sign in to comment.