Skip to content

Commit

Permalink
v2.0: rolls back chained Merkle shreds for testnet downgrade (backpor…
Browse files Browse the repository at this point in the history
…t of #3194) (#3195)

rolls back chained Merkle shreds for testnet downgrade (#3194)

(cherry picked from commit 69916f1)

Co-authored-by: behzad nouri <[email protected]>
  • Loading branch information
mergify[bot] and behzadnouri authored Oct 16, 2024
1 parent 654cf17 commit 192460b
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 @@ -511,7 +511,7 @@ fn should_chain_merkle_shreds(_slot: Slot, cluster_type: ClusterType) -> bool {
ClusterType::Development => true,
ClusterType::Devnet => false,
ClusterType::MainnetBeta => false,
ClusterType::Testnet => true,
ClusterType::Testnet => false,
}
}

Expand Down

0 comments on commit 192460b

Please sign in to comment.