Skip to content

Commit

Permalink
Fix code example in comment to use MEMO_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Aug 13, 2024
1 parent 335bb34 commit 58552e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/note_encryption.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ impl ShieldedOutput<SaplingDomain> for CompactOutputDescription {
/// use rand_core::OsRng;
/// use sapling_crypto::{
/// keys::OutgoingViewingKey,
/// note_encryption::{sapling_note_encryption, Zip212Enforcement},
/// note_encryption::{sapling_note_encryption, Zip212Enforcement, MEMO_SIZE},
/// util::generate_random_rseed,
/// value::{NoteValue, ValueCommitTrapdoor, ValueCommitment},
/// Diversifier, PaymentAddress, Rseed, SaplingIvk,
Expand Down

0 comments on commit 58552e3

Please sign in to comment.