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

fix: Remove extra return value in construct_vanishing_polynomial #3704

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

kevaundray
Copy link
Contributor

The issue here is that construct_vanishing_polynomial returns three items, whereas its function definition declares two items.

Looking at where it is called, the third item is not used.

@kevaundray kevaundray changed the title fix: Remove extra return parameter in construct_vanishing_polynomial fix: Remove extra return value in construct_vanishing_polynomial Apr 19, 2024
Copy link
Member

@jtraglia jtraglia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nice catch 😄

@jtraglia jtraglia merged commit 0e4fc98 into ethereum:dev Apr 20, 2024
28 checks passed
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.

None yet

2 participants