Fix documentation of get_received_note

This commit is contained in:
Kris Nuttycombe 2021-02-02 13:16:16 -07:00
parent df09877b11
commit 5cb48fa962
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ pub trait WalletRead {
anchor_height: BlockHeight,
) -> Result<Amount, Self::Error>;
/// Returns the memo for a received note, if it is known and a valid UTF-8 string.
/// Returns the memo for a note, if it is known and a valid UTF-8 string.
///
/// This will return `Ok(None)` if the note identifier does not appear in the
/// database as a known note ID.