Constant pallet_democracy::MAX_VETOERS
source · pub const MAX_VETOERS: u32 = 100;
Expand description
The maximum number of vetoers on a single proposal used to compute Weight.
NOTE: This is not enforced by any logic.
pub const MAX_VETOERS: u32 = 100;
The maximum number of vetoers on a single proposal used to compute Weight.
NOTE: This is not enforced by any logic.