mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 08:08:15 -05:00
chore(engine): remove uneeded if (#12974)
This commit is contained in:
@@ -137,9 +137,7 @@ impl ProofSequencer {
|
||||
}
|
||||
}
|
||||
|
||||
if !consecutive_proofs.is_empty() {
|
||||
self.next_to_deliver += consecutive_proofs.len() as u64;
|
||||
}
|
||||
self.next_to_deliver += consecutive_proofs.len() as u64;
|
||||
|
||||
consecutive_proofs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user