We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d2d29 commit f1e9794Copy full SHA for f1e9794
timeboost-builder/src/certifier.rs
@@ -452,7 +452,7 @@ impl Worker {
452
453
/// Go over trackers and deliver the next certified block, if any.
454
async fn deliver(&mut self) -> Result<()> {
455
- let lower_bound: BlockNumber = (*self.info.quorum()).saturating_sub(self.history).into();
+ let lower_bound: BlockNumber = self.info.quorum().saturating_sub(self.history).into();
456
457
// Check if we need to catch up to the others.
458
if self
0 commit comments