Skip to content

Commit 98340fc

Browse files
authored
Update lib.rs
1 parent 06957ba commit 98340fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sailfish-consensus/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,8 +1111,7 @@ where
11111111
/// It is defined as the quorum of committed round numbers of the committee
11121112
/// minus an extra margin to avoid overly aggressive cleanup.
11131113
fn lower_round_bound(&self) -> RoundNumber {
1114-
(*self.nodes
1115-
.quorum())
1114+
(*self.nodes.quorum())
11161115
.saturating_sub(self.committee.quorum_size().get() as u64)
11171116
.into()
11181117
}

0 commit comments

Comments
 (0)