diff --git a/xmtp_mls/src/storage/xmtp_openmls_provider.rs b/xmtp_mls/src/storage/xmtp_openmls_provider.rs index 58e3e3bdc..0b13d63db 100644 --- a/xmtp_mls/src/storage/xmtp_openmls_provider.rs +++ b/xmtp_mls/src/storage/xmtp_openmls_provider.rs @@ -17,6 +17,8 @@ pub type XmtpOpenMlsProvider = pub struct XmtpOpenMlsProviderPrivate { crypto: RustCrypto, key_store: SqlKeyStore, + // This is here for the ProviderTransaction trait + // to avoid having to put explicit type annotations everywhere. _phantom: PhantomData, }