Skip to content

Commit

Permalink
v2.0: rolls out chained Merkle shreds to devnet (backport of #3722) (#…
Browse files Browse the repository at this point in the history
…3725)

rolls out chained Merkle shreds to devnet (#3722)

(cherry picked from commit 8030d2d)

Co-authored-by: behzad nouri <behzadnouri@gmail.com>
  • Loading branch information
mergify[bot] and behzadnouri authored Nov 20, 2024
1 parent aab790b commit 7104d71
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 @@ -509,7 +509,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 => true,
}
Expand Down

0 comments on commit 7104d71

Please sign in to comment.