Skip to content

Commit c051fcc

Browse files
committed
chore: export VerifyingChainLockSignaturesType
1 parent df893fb commit c051fcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dash/src/sml/quorum_entry/qualified_quorum_entry.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use bincode::{Decode, Encode};
1212
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
1313
#[cfg_attr(feature = "serde", serde(crate = "actual_serde"))]
1414
#[cfg_attr(feature = "bincode", derive(Encode, Decode))]
15+
#[cfg_attr(feature = "apple", ferment_macro::export)]
1516
pub enum VerifyingChainLockSignaturesType {
1617
Rotating([BLSSignature; 4]),
1718
NonRotating(BLSSignature),

0 commit comments

Comments
 (0)