Skip to content

Commit

Permalink
rolls out merkle shreds to 100% of testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
behzadnouri committed Jun 28, 2023
1 parent 4cfdb37 commit 796ff1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbine/src/broadcast_stage/standard_broadcast_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ impl BroadcastRun for StandardBroadcastRun {
}

fn should_use_merkle_variant(slot: Slot, cluster_type: ClusterType, shred_version: u16) -> bool {
cluster_type == ClusterType::Testnet && shred_version == 28353 && (slot % 19 < 10)
cluster_type == ClusterType::Testnet && shred_version == 28353
}

#[cfg(test)]
Expand Down

0 comments on commit 796ff1b

Please sign in to comment.