From 3d3ec8fbba55c8067e8cbae1dce03777b9c0dd70 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Fri, 5 Apr 2024 09:38:32 -0600 Subject: [PATCH] Update tests/core/pyspec/eth2spec/test/helpers/attestations.py --- tests/core/pyspec/eth2spec/test/helpers/attestations.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/core/pyspec/eth2spec/test/helpers/attestations.py b/tests/core/pyspec/eth2spec/test/helpers/attestations.py index 567bbd4c4..0562ec9b8 100644 --- a/tests/core/pyspec/eth2spec/test/helpers/attestations.py +++ b/tests/core/pyspec/eth2spec/test/helpers/attestations.py @@ -272,7 +272,8 @@ def _aggregate_aggregation_bits_and_signatures(spec, state, slot, aggregate, att def get_valid_attestation_at_slot(state, spec, slot_to_attest, participation_fn=None, beacon_block_root=None): """ - Return the aggregate attestation + Return the aggregate attestation post EIP-7549. + Note: this EIP supports dense packing of on-chain aggregates so we can just return a single `Attestation`. """ assert is_post_eip7549(spec) attestations = list(get_valid_attestations_at_slot(