Skip to content

Commit 9f08b0e

Browse files
author
vlad
committed
emergency validator threshold reduced to 5
1 parent ca5f25f commit 9f08b0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cosmwasm/enclaves/shared/block-verifier/src/validator_whitelist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub const VALIDATOR_THRESHOLD_EMERGENCY: usize = 2;
2020
#[cfg(feature = "production")]
2121
pub const VALIDATOR_THRESHOLD: usize = 5;
2222
#[cfg(feature = "production")]
23-
pub const VALIDATOR_THRESHOLD_EMERGENCY: usize = 7;
23+
pub const VALIDATOR_THRESHOLD_EMERGENCY: usize = 5;
2424

2525
lazy_static::lazy_static! {
2626

0 commit comments

Comments
 (0)