Skip to content

Commit

Permalink
correct number of vlaidaotrs
Browse files Browse the repository at this point in the history
  • Loading branch information
blasrodri committed Apr 9, 2024
1 parent 0470f3b commit 411b3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pub use tendermint::merkle::HASH_SIZE;

/// The number of validators on the Tendermint chain.
/// Picasso's Testnet
pub const VALIDATOR_SET_SIZE_MAX: usize = 14;
pub const VALIDATOR_SET_SIZE_MAX: usize = 15;
/// Picasso's Mainnet
/// pub const VALIDATOR_SET_SIZE_MAX: usize = 42;
Expand Down

0 comments on commit 411b3ab

Please sign in to comment.