Skip to content

Commit bc17d08

Browse files
committed
ugh, missed a comment
1 parent 9858e7b commit bc17d08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

trust-quorum/src/coordinator_state.rs

-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ impl CoordinatorState {
184184
..
185185
} => {
186186
// Send to all members that we haven't yet collected shares from.
187-
// Also exclude ourself.
188187
for member in last_committed_members
189188
.keys()
190189
.filter(|&m| !collected_shares.contains_key(m))

0 commit comments

Comments
 (0)