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

Wrong type definition for get_attestation_slot #1050

Closed
sorpaas opened this issue May 5, 2019 · 1 comment
Closed

Wrong type definition for get_attestation_slot #1050

sorpaas opened this issue May 5, 2019 · 1 comment

Comments

@sorpaas
Copy link

sorpaas commented May 5, 2019

get_attestation_slot expects Attestation, but get_matching_head_attestations uses it as if it is PendingAttestation.

@JustinDrake
Copy link
Contributor

Well spotted. We should should make get_attestation_slot consume AttestationData (as opposed to either Attestation or PendingAttestation).

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

No branches or pull requests

2 participants