Skip to content
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

[I-03] Typo in parameter name '_upcommingEpoch' #296

Open
softstackio opened this issue Jan 13, 2025 · 0 comments · May be fixed by #297
Open

[I-03] Typo in parameter name '_upcommingEpoch' #296

softstackio opened this issue Jan 13, 2025 · 0 comments · May be fixed by #297
Assignees

Comments

@softstackio
Copy link

Likelihood: High

Description
In the KeyGenHistory contract, there is a typo in the parameter name '_upcommingEpoch' used in the writePart and writeAcks functions. The correct spelling should be '_upcomingEpoch'.

Recommendation:
Correct the spelling of '_upcommingEpoch' to '_upcomingEpoch' in both the writePart and writeAcks functions, as well as in the onlyUpcomingEpoch modifier (which should also be renamed). This will improve code consistency and readability.

@axel-muller axel-muller self-assigned this Jan 21, 2025
@axel-muller axel-muller linked a pull request Jan 21, 2025 that will close this issue
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 a pull request may close this issue.

2 participants