Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: review fixes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Steph Sinyakov authored and Steph Sinyakov committed Aug 19, 2024
1 parent f7d4d94 commit 79962cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/via_btc_client/src/indexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl BootstrapState {
.values()
.filter(|&v| *v == Vote::Ok)
.count();
positive_votes * 2 > total_votes
positive_votes * 2 > total_votes && total_votes == self.verifier_addresses.len()
}
}

Expand Down

0 comments on commit 79962cb

Please sign in to comment.