mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
remove BaseService.OnStart
This commit is contained in:
@@ -45,7 +45,6 @@ func NewTimeoutTicker() TimeoutTicker {
|
||||
}
|
||||
|
||||
func (t *timeoutTicker) OnStart() error {
|
||||
t.BaseService.OnStart()
|
||||
|
||||
go t.timeoutRoutine()
|
||||
|
||||
|
Reference in New Issue
Block a user