Browse Source

update GetRoundState

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

+ 1
- 1
internal/consensus/reactor.go View File

@ -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()


Loading…
Cancel
Save