Skip to content

Commit

Permalink
Fix Powchain Status (prysmaticlabs#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 cryptomental committed Feb 24, 2020
1 parent 44dd24c commit 2f355e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon-chain/powchain/service.go
Original file line number Diff line number Diff line change
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 2f355e8

Please sign in to comment.