/// Return the _best guess_ block number, at which the next epoch change is predicted to happen.
/// number will grow while the block number will not. Hence, the result can be interpreted as an
let next_authorities = queued_validators.map(|(_account, k)| (k, 1)).collect::<Vec<_>>();
Self::enact_epoch_change(bounded_authorities, next_bounded_authorities, Some(session_index))