Skip to content

Commit 9359ebf

Browse files
committed
fixup! Expose required features APIs for init message
add missing uniffi::export attribute
1 parent 3b06d8e commit 9359ebf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ffi/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,6 +1816,7 @@ impl From<LdkNodeFeatures> for NodeFeatures {
18161816
}
18171817

18181818
#[derive(Debug, Clone, PartialEq, Eq, uniffi::Object)]
1819+
#[uniffi::export(Debug, Eq)]
18191820
pub struct InitFeatures {
18201821
pub(crate) inner: LdkInitFeatures,
18211822
}

0 commit comments

Comments
 (0)