File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tesseract/consensus/bsc/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ impl<C: Config> IsmpHost for BscPosHost<C> {
199199 ) ;
200200
201201 if validators_bit_set. iter ( ) . as_bitslice ( ) . count_ones ( ) <
202- ( ( 2 * next_validators. validators . len ( ) / 3 ) + 1 )
202+ ( 2 * next_validators. validators . len ( ) / 3 )
203203 {
204204 log:: trace!(
205205 "Not enough participants in bsc update for block {block:?}"
@@ -315,7 +315,7 @@ impl<C: Config> IsmpHost for BscPosHost<C> {
315315 ) ;
316316
317317 if validators_bit_set. iter ( ) . as_bitslice ( ) . count_ones ( ) <
318- ( ( 2 * consensus_state. current_validators . len ( ) / 3 ) + 1 )
318+ ( 2 * consensus_state. current_validators . len ( ) / 3 )
319319 {
320320 log:: trace!(
321321 "Not enough participants in bsc update for block {block:?}"
You can’t perform that action at this time.
0 commit comments