Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Jan 16, 2025
1 parent bbb0be3 commit ef4fe1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmtp_mls/src/storage/xmtp_openmls_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ pub type XmtpOpenMlsProvider =
pub struct XmtpOpenMlsProviderPrivate<Db, C> {
crypto: RustCrypto,
key_store: SqlKeyStore<C>,
// This is here for the ProviderTransaction trait
// to avoid having to put explicit type annotations everywhere.
_phantom: PhantomData<Db>,
}

Expand Down

0 comments on commit ef4fe1b

Please sign in to comment.