Skip to content

Commit

Permalink
Fix docstring for NOTE_PLAINTEXT_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Aug 8, 2024
1 parent 445d109 commit b7221e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub const COMPACT_NOTE_SIZE: usize = 1 + // version
11 + // diversifier
8 + // value
32; // rseed (or rcm prior to ZIP 212)
/// The size of [`NotePlaintextBytes`] for Sapling and pre-ZSA Orchard.
/// The size of [`Domain::NotePlaintextBytes`] for Sapling and pre-ZSA Orchard.
pub const NOTE_PLAINTEXT_SIZE: usize = COMPACT_NOTE_SIZE + 512;
/// The size of [`OutPlaintextBytes`].
pub const OUT_PLAINTEXT_SIZE: usize = 32 + // pk_d
Expand Down

0 comments on commit b7221e5

Please sign in to comment.