mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-26 18:04:22 +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