diff --git a/contracts/modules/src/staking.rs b/contracts/modules/src/staking.rs index e30a457e51..7e3ce968d5 100644 --- a/contracts/modules/src/staking.rs +++ b/contracts/modules/src/staking.rs @@ -8,7 +8,7 @@ pub struct TokenAmountPair { } static NOT_ENOUGH_STAKE_ERR_MSG: &[u8] = b"Not enough stake"; -static MINIMUM_BOARD_MEMBERS: usize = 3; +static MINIMUM_BOARD_MEMBERS: usize = 2; static MAXIMUM_BOARD_MEMBERS: usize = 100; #[multiversx_sc::module]