@@ 156,6 156,7 @@ func (el *Election) StartElection(client *mautrix.Client) error {
}
func (el *Election) WaitForVoters(client *mautrix.Client) error {
+ fmt.Println("waiting for others...")
el.RLock()
if el.StartEvt == nil {
return errors.New("WaitForVoters called before election started")