Fix Powchain Status (#4560)

* reset status
* Merge branch 'master' into fixStatus
* Merge refs/heads/master into fixStatus
This commit is contained in:
Nishant Das 2020-01-16 09:34:27 +08:00 committed by prylabs-bulldozer[bot]
parent 129bc763ee
commit 0a632064d4

View File

@ -535,6 +535,7 @@ func (s *Service) run(done <-chan struct{}) {
s.runError = err
return
}
s.runError = nil
case header, ok := <-s.headerChan:
if ok {
s.processSubscribedHeaders(header)