Co-authored-by: Henry de Valence <hdevalence@hdevalence.ca>
This commit is contained in:
Deirdre Connolly 2020-08-05 19:00:53 -04:00 committed by Deirdre Connolly
parent fe45c6402a
commit 60ae9d74e7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ pub use nullifiers::Nullifier;
pub struct Note { pub struct Note {
/// The diversier of the recipients shielded payment address. /// The diversier of the recipients shielded payment address.
pub diversifier: Diversifier, pub diversifier: Diversifier,
/// The diversied transmission key of the recipients shielded /// The diversified transmission key of the recipients shielded
/// payment address. /// payment address.
pub transmission_key: TransmissionKey, pub transmission_key: TransmissionKey,
/// An integer representing the value of the note in zatoshi. /// An integer representing the value of the note in zatoshi.