mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 18:51:19 +00:00
Fix Powchain Status (#4560)
* reset status * Merge branch 'master' into fixStatus * Merge refs/heads/master into fixStatus
This commit is contained in:
parent
129bc763ee
commit
0a632064d4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user