From db4f2d651683262eb133a4c1802876904e4fc130 Mon Sep 17 00:00:00 2001 From: behzad nouri Date: Wed, 6 Nov 2024 17:55:53 +0000 Subject: [PATCH] Revert "rolls back chained Merkle shreds for testnet downgrade (#3194)" (#3503) This reverts commit 69916f1077bd96e2c4aa17383ddf9abd7ec1fc77. --- turbine/src/broadcast_stage/standard_broadcast_run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbine/src/broadcast_stage/standard_broadcast_run.rs b/turbine/src/broadcast_stage/standard_broadcast_run.rs index 6696db6fb039ef..09f3380bf9d8df 100644 --- a/turbine/src/broadcast_stage/standard_broadcast_run.rs +++ b/turbine/src/broadcast_stage/standard_broadcast_run.rs @@ -508,7 +508,7 @@ fn should_chain_merkle_shreds(_slot: Slot, cluster_type: ClusterType) -> bool { ClusterType::Development => true, ClusterType::Devnet => false, ClusterType::MainnetBeta => false, - ClusterType::Testnet => false, + ClusterType::Testnet => true, } }