mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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