Skip to content

Commit

Permalink
Fix the comment for split_plaintext_at_memo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Aug 8, 2024
1 parent e0cfd5b commit 445d109
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ pub trait Domain {
plaintext: &Self::CompactNotePlaintextBytes,
) -> Option<(Self::Note, Self::Recipient)>;

/// Splits the memo field from the given note plaintext.
/// Splits the given note plaintext into the compact part (containing the note) and
/// the memo field.
///
/// # Compatibility
///
Expand Down

0 comments on commit 445d109

Please sign in to comment.