prysm
prysm copied to clipboard
fix: resolve the errors in ```GetLightClientUpdatesByRange``` function
trafficstars
What type of PR is this?
Bug fix
What does this PR do? Why is it needed?
- Remove this line
- Return
HandleErrorin places wherecontinueis used insideif err != nil - Make this requirement 1 vote and not 66%
Which issues(s) does this PR fix?
Fixes #14170
Other notes for review
I am yet to add unit tests for the 3rd change
Let's not merge without tests to make sure we don't forget about them
tests added! Pls let me know if any more changes are required