-
Notifications
You must be signed in to change notification settings - Fork 21.6k
ethclient: improve documentation comments #33194
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
Conversation
Added a personal contribution note to the README.
|
This PR only updates documentation comments. |
|
The AppVeyor build is failing on the 32-bit (mingw32) environment, but the 64-bit build and all GitHub Actions checks passed. This PR only modifies documentation comments and formatting, without touching any logic or platform-specific code. It seems likely that the AppVeyor 32-bit failure is unrelated to this PR. Thank you |
|
The AppVeyor failure is caused by a time limit timeout on the 32-bit (mingw32) build: "Build execution time has reached the maximum allowed time for your plan (60 minutes)." This PR does not modify any logic or platform-specific code, and all GitHub Actions checks have passed successfully. It seems safe to assume that the timeout is unrelated to the changes in this PR. Thank you |
|
Hi @gballet, thank you for reviewing. |
Minor documentation corrections in ethclient: grammar fixes and clearer wording.
No logic or functional changes included.