update GetRoundState

This commit is contained in:
William Banfield
2022-03-17 15:35:43 -04:00
parent aaed0f681e
commit 555c4b3247

View File

@@ -419,7 +419,7 @@ func (r *Reactor) updateRoundStateRoutine() {
if !r.IsRunning() {
return
}
rs := r.getRoundState()
rs := r.state.GetRoundState()
r.mtx.Lock()
r.rs = rs
r.mtx.Unlock()