fix GetRoundState

This commit is contained in:
William Banfield
2022-03-17 15:27:52 -04:00
parent b139de8e04
commit 3cd2453c79
+1 -1
View File
@@ -465,7 +465,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()