mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 03:01:07 +00:00
backend: Fix clippy
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -644,7 +644,7 @@ impl<T: Config + Send + Sync + 'static> Backend<T> for UnstableBackend<T> {
|
||||
// Do not terminate the stream until we can correlate the tx with a finalized block.
|
||||
if finalized_hash.is_some() {
|
||||
panic!("TERMINATE EARLY");
|
||||
continue;
|
||||
// continue;
|
||||
}
|
||||
|
||||
done = true;
|
||||
|
||||
Reference in New Issue
Block a user