(round int32, step cstypes.RoundStepType)
| 520 | } |
| 521 | |
| 522 | func (cs *State) updateRoundStep(round int32, step cstypes.RoundStepType) { |
| 523 | cs.Round = round |
| 524 | cs.Step = step |
| 525 | } |
| 526 | |
| 527 | // enterNewRound(height, 0) at cs.StartTime. |
| 528 | func (cs *State) scheduleRound0(rs *cstypes.RoundState) { |
no outgoing calls
no test coverage detected