mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-29 20:27:08 +00:00
fix GetRoundState
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user