From 60ae9d74e75cf91b66463259c86a0f2b62a6a41a Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 5 Aug 2020 19:00:53 -0400 Subject: [PATCH] Typo Co-authored-by: Henry de Valence --- zebra-chain/src/notes/sapling.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/notes/sapling.rs b/zebra-chain/src/notes/sapling.rs index fe417158..2745fce5 100644 --- a/zebra-chain/src/notes/sapling.rs +++ b/zebra-chain/src/notes/sapling.rs @@ -25,7 +25,7 @@ pub use nullifiers::Nullifier; pub struct Note { /// The diversier of the recipient’s shielded payment address. pub diversifier: Diversifier, - /// The diversied transmission key of the recipient’s shielded + /// The diversified transmission key of the recipient’s shielded /// payment address. pub transmission_key: TransmissionKey, /// An integer representing the value of the note in zatoshi.