Better doc comment for IncomingViewingKey

This commit is contained in:
Deirdre Connolly 2020-03-26 22:20:20 -04:00 committed by Deirdre Connolly
parent 3bad5304b2
commit 9a20b20070
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@ impl From<SpendingKey> for PayingKey {
/// Derived from a _ReceivingKey_.
pub type TransmissionKey = x25519_dalek::PublicKey;
///
/// The recipients 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,