fix/backend: Do not remove block hashes from seen blocks

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-12-14 12:30:07 +02:00
parent 9cec2e3d34
commit 7d3cdb29de
+1 -1
View File
@@ -530,7 +530,7 @@ impl<T: Config + Send + Sync + 'static> Backend<T> for UnstableBackend<T> {
} else {
// Keep waiting for more finalized blocks until we find it (get rid of any other block refs
// now, since none of them were what we were looking for anyway).
seen_blocks.clear();
// seen_blocks.clear();
continue;
}
}