Better doc comments for Sprout SpendingKey fields

This commit is contained in:
Deirdre Connolly 2020-04-15 03:01:48 -04:00 committed by Deirdre Connolly
parent dd930c678b
commit 21a8a29404
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ mod sk_magics {
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
#[cfg_attr(test, derive(Arbitrary))]
pub struct SpendingKey {
///
/// What would normally be the value inside a tuple struct.
pub bytes: [u8; 32],
///
/// The Zcash network with which this key is associated.
pub network: Network,
}