Add clarity to todo

This commit is contained in:
Jazz Turner-Baggs 2026-04-27 10:59:08 -07:00
parent 0e6beaa24e
commit e8ec4fb9bb
No known key found for this signature in database

View File

@ -29,7 +29,7 @@ impl LogosAccount {
}
impl Signer for LogosAccount {
// TODO: (P2) Remove OpenMLS references
// TODO: (P2) Remove OpenMLS dependency to make accounts more portable
fn sign(&self, payload: &[u8]) -> Result<Vec<u8>, openmls_traits::signatures::SignerError> {
Ok(self.signing_key.sign(payload).as_ref().to_vec())
}