mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 19:21: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
|
s.runError = err
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
s.runError = nil
|
||||||
case header, ok := <-s.headerChan:
|
case header, ok := <-s.headerChan:
|
||||||
if ok {
|
if ok {
|
||||||
s.processSubscribedHeaders(header)
|
s.processSubscribedHeaders(header)
|
||||||
|
Loading…
Reference in New Issue
Block a user