diff --git a/src/consensus/task/consensus_sync.rs b/src/consensus/task/consensus_sync.rs index d44b4f740..48031fe8f 100644 --- a/src/consensus/task/consensus_sync.rs +++ b/src/consensus/task/consensus_sync.rs @@ -37,6 +37,8 @@ pub async fn consensus_sync_task(p2p: P2pPtr, state: ValidatorStatePtr) -> Resul } // Node stores response data. state.write().await.consensus = response.consensus.clone(); + + break } } else { warn!("Node is not connected to other nodes, resetting consensus state.");