diff --git a/rs/replica/setup_ic_network/src/lib.rs b/rs/replica/setup_ic_network/src/lib.rs index 0537f5bbea7..e1ea1cd8c2c 100644 --- a/rs/replica/setup_ic_network/src/lib.rs +++ b/rs/replica/setup_ic_network/src/lib.rs @@ -77,7 +77,7 @@ use std::{ }; use tokio::sync::mpsc::Sender as TokioSender; -const ENABLE_NEW_STATE_SYNC: bool = false; +const ENABLE_NEW_STATE_SYNC: bool = true; const ENABLE_NEW_P2P_CONSENSUS: bool = false; /// The P2P state sync client.