mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 10:52:43 +00:00
Fix bug in SimpleSync queue.
It was not completing partials with bodies.
This commit is contained in:
@@ -374,7 +374,9 @@ impl SimpleSync {
|
||||
return;
|
||||
}
|
||||
|
||||
let new_roots = self.import_queue.enqueue_block_roots(&res.roots, peer_id.clone());
|
||||
let new_roots = self
|
||||
.import_queue
|
||||
.enqueue_block_roots(&res.roots, peer_id.clone());
|
||||
|
||||
// No new roots means nothing to do.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user