Actually use function we wrote
1 files changed, 2 insertions(+), 1 deletions(-) M cmd/tallyard/main.go
M cmd/tallyard/main.go => cmd/tallyard/main.go +2 -1
@@ 131,7 131,8 @@ func main() { el.Unlock() el.Save() - // TODO we may not have all voters' info + el.WaitForVoters(client) + if el.LocalVoter.Eval == nil { err = el.SendEvals(client) if err != nil {