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 type error in the inputs to hash_to_bls_field() #3077

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

asn-d6
Copy link
Contributor

@asn-d6 asn-d6 commented Nov 3, 2022

compute_aggregated_poly_and_commitment calls hash_to_bls_field with a Sequence[Blob] as its first arg, but the type signature for that function takes a Sequence[Polynomial]. This commit fixes this.

@asn-d6 asn-d6 requested a review from hwwhww November 3, 2022 16:20
Copy link
Contributor

@hwwhww hwwhww left a comment

Choose a reason for hiding this comment

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

lgtm

@asn-d6 asn-d6 merged commit 26695a9 into ethereum:dev Nov 3, 2022
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