mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 16:07:57 +00:00
sync: Fixed clearing subsequent ranges (#11815)
* sync: Fixed clearing subsequent ranges * Warp sync fix * Better documentation
This commit is contained in:
@@ -1521,6 +1521,9 @@ where
|
||||
for (_, hash) in &results {
|
||||
self.queue_blocks.remove(hash);
|
||||
self.blocks.clear_queued(hash);
|
||||
if let Some(gap_sync) = &mut self.gap_sync {
|
||||
gap_sync.blocks.clear_queued(hash);
|
||||
}
|
||||
}
|
||||
for (result, hash) in results {
|
||||
if has_error {
|
||||
|
||||
Reference in New Issue
Block a user