Skip to content

Commit a464629

Browse files
Update timeboost-builder/src/certifier.rs
Co-authored-by: Luke Iannucci <[email protected]>
1 parent 510e58b commit a464629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timeboost-builder/src/certifier.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ impl Worker {
452452

453453
/// Go over trackers and deliver the next certified block, if any.
454454
async fn deliver(&mut self) -> Result<()> {
455-
let lower_bound: BlockNumber = **self.info.quorum().saturating_sub(self.history).into();
455+
let lower_bound: BlockNumber = (*self.info.quorum()).saturating_sub(self.history).into();
456456

457457
// Check if we need to catch up to the others.
458458
if self

0 commit comments

Comments
 (0)