mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
fixed linter issue
Former-commit-id: 6f9ff695c747f337cce2d6fdbd04c48b4a36d9d5 [formerly 7397777cc91d4055558d3e32d17eec53f0b02cb5] Former-commit-id: 3eae93312088ab799c2ac5878295ab212f469ec1
This commit is contained in:
parent
8b91d97897
commit
349501a815
@ -52,7 +52,7 @@ func subscribeBlockHeaders(c collatorClient) error {
|
||||
return fmt.Errorf("unable to verify client in validator pool. %v", err)
|
||||
}
|
||||
|
||||
if (v) {
|
||||
if v {
|
||||
if err := checkShardsForProposal(c, head); err != nil {
|
||||
return fmt.Errorf("unable to watch shards. %v", err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user