We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc23e9d + a9a60d0 commit fd1c446Copy full SHA for fd1c446
script/src/util.rs
@@ -285,7 +285,7 @@ pub fn is_valid_skip(
285
target_validator_set: TendermintValidatorSet,
286
target_block_commit: Commit,
287
) -> bool {
288
- let threshold = 1_f64 / 3_f64;
+ let threshold = 2_f64 / 3_f64;
289
let mut shared_voting_power = 0_u64;
290
let target_block_total_voting_power = target_validator_set.total_voting_power().value();
291
let start_block_validators = start_validator_set.validators();
0 commit comments