mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 23:01:30 +00:00
update GetRoundState
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user