set logger on blockchain pool

This commit is contained in:
Anton Kaliaev
2017-10-20 23:56:21 +04:00
parent 0a7b2ab52c
commit d64a48e0ee
2 changed files with 10 additions and 5 deletions

View File

@ -69,9 +69,7 @@ func (pool *BlockPool) OnStart() error {
return nil
}
func (pool *BlockPool) OnStop() {
pool.BaseService.OnStop()
}
func (pool *BlockPool) OnStop() {}
// Run spawns requesters as needed.
func (pool *BlockPool) makeRequestersRoutine() {