diff --git a/validator_client/src/duties_service/sync.rs b/validator_client/src/duties_service/sync.rs index f61c600e9e..02f45ebc45 100644 --- a/validator_client/src/duties_service/sync.rs +++ b/validator_client/src/duties_service/sync.rs @@ -399,6 +399,16 @@ pub async fn poll_sync_committee_duties_for_period sync_committee_period, + ); + return Ok(()); + } + debug!( log, "Fetching sync committee duties";