Skip to content

Commit

Permalink
Fix Powchain Status (#4560)
Browse files Browse the repository at this point in the history
* reset status
* Merge branch 'master' into fixStatus
* Merge refs/heads/master into fixStatus
  • Loading branch information
nisdas authored and prylabs-bulldozer[bot] committed Jan 16, 2020
1 parent 129bc76 commit 0a63206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon-chain/powchain/service.go
Expand Up @@ -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)
Expand Down

0 comments on commit 0a63206

Please sign in to comment.