We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9746bc commit c061b27Copy full SHA for c061b27
mithril-common/src/messages/aggregator_features.rs
@@ -26,6 +26,7 @@ pub struct AggregatorCapabilities {
26
pub signed_entity_types: BTreeSet<SignedEntityTypeDiscriminants>,
27
28
/// Aggregate signature type used by the aggregator
29
+ #[serde(default)]
30
pub aggregate_signature_type: AggregateSignatureType,
31
32
/// Cardano transactions prover capabilities
0 commit comments