mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 10:52:43 +00:00
Apply reviewers suggestions
This commit is contained in:
@@ -965,7 +965,7 @@ impl<T: BeaconChainTypes> SyncManager<T> {
|
||||
|
||||
// remove any fully processed parent chains
|
||||
self.parent_queue
|
||||
.retain(|req| !(req.state == BlockRequestsState::ReadyToProcess));
|
||||
.retain(|req| req.state != BlockRequestsState::ReadyToProcess);
|
||||
re_run_poll
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user