diff --git a/core/src/broadcast_stage/standard_broadcast_run.rs b/core/src/broadcast_stage/standard_broadcast_run.rs index f58ab368e..b0addfb5a 100644 --- a/core/src/broadcast_stage/standard_broadcast_run.rs +++ b/core/src/broadcast_stage/standard_broadcast_run.rs @@ -474,7 +474,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 == 24371 && (slot % 19 == 1) + cluster_type == ClusterType::Testnet && shred_version == 6995 && (slot % 19 < 4) } #[cfg(test)]