From a748470f2c602f832d2dec9f7e1d5b1d50e6fa0b Mon Sep 17 00:00:00 2001 From: Adam Allombert-Goget Date: Mon, 5 May 2025 09:16:14 +0200 Subject: [PATCH] baker/forge: fix attestations with dal aggregation when reproposing --- src/proto_alpha/lib_delegate/block_forge.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto_alpha/lib_delegate/block_forge.ml b/src/proto_alpha/lib_delegate/block_forge.ml index 3f5695409563..072d2ee232ef 100644 --- a/src/proto_alpha/lib_delegate/block_forge.ml +++ b/src/proto_alpha/lib_delegate/block_forge.ml @@ -533,7 +533,7 @@ let partition_consensus_operations_on_reproposal consensus_operations = eligible_attestations, eligible_preattestations, other_operations ) - | Single (Attestation {dal_content = None; _}), Some (Bls _) -> + | Single (Attestation _), Some (Bls _) -> let op : Kind.attestation Operation.t = {shell; protocol_data} in let eligible_attestations = op :: eligible_attestations in ( attestations_aggregate_opt, -- GitLab