Skip to main content

CLOSE_GROUP_MAJORITY

Constant CLOSE_GROUP_MAJORITY 

Source
pub const CLOSE_GROUP_MAJORITY: usize = _; // 3usize
Expand description

Minimum number of close group members that must agree for a decision to be valid.

This is a simple majority: (CLOSE_GROUP_SIZE / 2) + 1.