mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 11:11:41 +00:00
fix addrbook start/stop
This commit is contained in:
@ -135,6 +135,9 @@ func (a *AddrBook) OnStart() error {
|
||||
|
||||
func (a *AddrBook) OnStop() {
|
||||
a.BaseService.OnStop()
|
||||
}
|
||||
|
||||
func (a *AddrBook) Wait() {
|
||||
a.wg.Wait()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user