Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DisSys Inc.
bsc-shamir
Commits
7f30339c
Commit
7f30339c
authored
Jun 04, 2020
by
Thomas Hoffmann
Browse files
Merge branch 'master' of gitlab.au.dk:dissys/bsc-shamir
parents
f7dbc73e
193d973e
Changes
1
Hide whitespace changes
Inline
Side-by-side
election/election.go
View file @
7f30339c
...
...
@@ -200,7 +200,6 @@ func (election *Election) Start() error {
}
func
(
election
*
Election
)
nextPhase
(
reason
Reason
)
{
log
.
Println
(
"Election: next phase reason:"
,
reason
)
switch
election
.
Status
.
Phase
{
case
PhaseNotStarted
:
log
.
Println
(
"==================== Collecting ===================="
)
...
...
@@ -282,6 +281,7 @@ func (election *Election) nextPhase(reason Reason) {
return
// No new phase
}
log
.
Println
(
"Election: next phase reason:"
,
reason
)
log
.
Println
(
"Election: new phase:"
,
election
.
Status
.
Phase
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment