diff --git a/crates/sui-core/src/epoch/reconfiguration.rs b/crates/sui-core/src/epoch/reconfiguration.rs index efa60d44edcb5..3062c61d1950c 100644 --- a/crates/sui-core/src/epoch/reconfiguration.rs +++ b/crates/sui-core/src/epoch/reconfiguration.rs @@ -200,9 +200,6 @@ where self.state.unhalt_validator(); info!(?epoch, "Validator unhalted."); - // Restart the node sync process so it gets the new epoch info. - self.respawn_node_sync_process().await; - info!( "===== Epoch change finished. We are now at epoch {:?} =====", next_epoch