Skip to content

Commit

Permalink
rolls out chained Merkle shreds to devnet (#3722)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8030d2d)
  • Loading branch information
behzadnouri authored and mergify[bot] committed Nov 20, 2024
1 parent d152868 commit 0e58ac8
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 @@ -506,7 +506,7 @@ impl BroadcastRun for StandardBroadcastRun {
fn should_chain_merkle_shreds(_slot: Slot, cluster_type: ClusterType) -> bool {
match cluster_type {
ClusterType::Development => true,
ClusterType::Devnet => false,
ClusterType::Devnet => true,
ClusterType::MainnetBeta => false,
ClusterType::Testnet => false,
}
Expand Down

0 comments on commit 0e58ac8

Please sign in to comment.