Skip to content

eth/downloader: fix incomplete code comment #32354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2025
Merged

Conversation

radik878
Copy link
Contributor

@radik878 radik878 commented Aug 5, 2025

Fix incomplete comment in SubscribeSyncStatus function

The comment on line 203 was cut off mid-sentence. Completed the comment
to properly describe that the function can return either a SyncingResult
or false depending on the synchronization status.

  • Line 205: "the result can either" -> "the result can either be a SyncingResult or false"

@radik878 radik878 requested a review from rjl493456442 as a code owner August 5, 2025 21:45
@fjl fjl changed the title docs: fix incomplete comment in eth/downloader/api.go eth/downloader: fix incomplete code comment Aug 7, 2025
@fjl fjl merged commit f86870f into ethereum:master Aug 7, 2025
1 of 2 checks passed
@fjl fjl added this to the 1.16.3 milestone Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants