This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
fix GetRoundState
pull/8138/head
William Banfield
3 years ago
parent
b139de8e04
commit
3cd2453c79
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
.
g
etRoundState
(
)
rs
:=
r
.
state
.
G
etRoundState
(
)
r
.
mtx
.
Lock
(
)
r
.
rs
=
rs
r
.
mtx
.
Unlock
(
)
Write
Preview
Loading…
Cancel
Save