fixes from review

This commit is contained in:
Ethan Buchman
2016-12-22 21:51:58 -05:00
parent 2f0d31b4b6
commit c9698e4848
5 changed files with 26 additions and 21 deletions

View File

@ -393,7 +393,7 @@ func newMockTickerFunc(onlyOnce bool) func() TimeoutTicker {
}
}
// mock ticker only fires once
// mock ticker only fires on RoundStepNewHeight
// and only once if onlyOnce=true
type mockTicker struct {
c chan timeoutInfo