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
pubsub implements service.OnReset (
#156
)
pull/1780/head
Simon Vadée
7 years ago
committed by
Anton Kaliaev
parent
26f2ab65f8
commit
066fe82a92
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
pubsub/pubsub.go
+ 5
- 0
pubsub/pubsub.go
View File
@ -209,6 +209,11 @@ func (s *Server) OnStart() error {
return
nil
}
// OnReset implements Service.OnReset
func
(
s
*
Server
)
OnReset
(
)
error
{
return
nil
}
func
(
s
*
Server
)
loop
(
state
state
)
{
loop
:
for
cmd
:=
range
s
.
cmds
{
Write
Preview
Loading…
Cancel
Save