diff --git a/subxt/src/backend/unstable/mod.rs b/subxt/src/backend/unstable/mod.rs index 031036d38f..3c85aef51e 100644 --- a/subxt/src/backend/unstable/mod.rs +++ b/subxt/src/backend/unstable/mod.rs @@ -530,7 +530,7 @@ impl Backend for UnstableBackend { } 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; } }