Typo
Co-authored-by: Henry de Valence <hdevalence@hdevalence.ca>
This commit is contained in:
parent
fe45c6402a
commit
60ae9d74e7
|
|
@ -25,7 +25,7 @@ pub use nullifiers::Nullifier;
|
||||||
pub struct Note {
|
pub struct Note {
|
||||||
/// The diversier of the recipient’s shielded payment address.
|
/// The diversier of the recipient’s shielded payment address.
|
||||||
pub diversifier: Diversifier,
|
pub diversifier: Diversifier,
|
||||||
/// The diversied transmission key of the recipient’s shielded
|
/// The diversified transmission key of the recipient’s 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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue