Browse Source

fix GetRoundState

pull/8138/head
William Banfield 2 years ago
parent
commit
3cd2453c79
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/consensus/reactor.go

+ 1
- 1
internal/consensus/reactor.go 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()


Loading…
Cancel
Save