We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
get_attestation_slot expects Attestation, but get_matching_head_attestations uses it as if it is PendingAttestation.
get_attestation_slot
Attestation
get_matching_head_attestations
PendingAttestation
The text was updated successfully, but these errors were encountered:
Well spotted. We should should make get_attestation_slot consume AttestationData (as opposed to either Attestation or PendingAttestation).
AttestationData
Sorry, something went wrong.
2c3bbac
Merge pull request #1051 from ethereum/JustinDrake-patch-22
5c2bca4
Fix #1050
No branches or pull requests
get_attestation_slot
expectsAttestation
, butget_matching_head_attestations
uses it as if it isPendingAttestation
.The text was updated successfully, but these errors were encountered: