mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-30 13:11:38 +00:00
Use rpc/client/ws_client; OnStart() returns error
This commit is contained in:
@ -108,9 +108,10 @@ SKIP_UPNP:
|
||||
return dl
|
||||
}
|
||||
|
||||
func (l *DefaultListener) OnStart() {
|
||||
func (l *DefaultListener) OnStart() error {
|
||||
l.BaseService.OnStart()
|
||||
go l.listenRoutine()
|
||||
return nil
|
||||
}
|
||||
|
||||
func (l *DefaultListener) OnStop() {
|
||||
|
Reference in New Issue
Block a user