Skip to content

Commit c061b27

Browse files
committed
fix(common): add a default value for AggregateSignatureType to ensure backward compatibility
1 parent b9746bc commit c061b27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mithril-common/src/messages/aggregator_features.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pub struct AggregatorCapabilities {
2626
pub signed_entity_types: BTreeSet<SignedEntityTypeDiscriminants>,
2727

2828
/// Aggregate signature type used by the aggregator
29+
#[serde(default)]
2930
pub aggregate_signature_type: AggregateSignatureType,
3031

3132
/// Cardano transactions prover capabilities

0 commit comments

Comments
 (0)