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
remove Wait from consensus reactor OnStop
pull/1935/head
Ethan Buchman
7 years ago
parent
af697d3c4a
commit
223095d12f
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
consensus/reactor.go
+ 0
- 1
consensus/reactor.go
View File
@ -80,7 +80,6 @@ func (conR *ConsensusReactor) OnStop() {
conR
.
BaseReactor
.
OnStop
(
)
conR
.
unsubscribeFromBroadcastEvents
(
)
conR
.
conS
.
Stop
(
)
conR
.
conS
.
Wait
(
)
}
// SwitchToConsensus switches from fast_sync mode to consensus mode.
Write
Preview
Loading…
Cancel
Save