pub const CLOSE_GROUP_MAJORITY: usize = _; // 3usize
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.
(CLOSE_GROUP_SIZE / 2) + 1