diff --git a/zebra-chain/src/keys/sprout.rs b/zebra-chain/src/keys/sprout.rs index e96d9c6e..2a9520c8 100644 --- a/zebra-chain/src/keys/sprout.rs +++ b/zebra-chain/src/keys/sprout.rs @@ -88,7 +88,8 @@ impl From for PayingKey { /// Derived from a _ReceivingKey_. pub type TransmissionKey = x25519_dalek::PublicKey; -/// +/// The recipient’s possession of the associated incoming viewing key +/// is used to reconstruct the original note and memo field. pub struct IncomingViewingKey { paying_key: PayingKey, receiving_key: ReceivingKey,