Apply suggestions from code review

Co-authored-by: str4d <jack@electriccoin.co>


Extracted from: 3a20176092
This commit is contained in:
Kris Nuttycombe 2022-01-27 08:54:27 -07:00 committed by Kris Nuttycombe
parent f6e73e9240
commit 0a7ad528ed
1 changed files with 1 additions and 1 deletions

View File

@ -352,10 +352,10 @@ pub trait ShieldedOutput<D: Domain, const CIPHERTEXT_SIZE: usize> {
/// use ff::Field;
/// use rand_core::OsRng;
/// use zcash_primitives::{
/// keys::{OutgoingViewingKey, prf_expand},
/// consensus::{TEST_NETWORK, TestNetwork, NetworkUpgrade, Parameters},
/// memo::MemoBytes,
/// sapling::{
/// keys::{OutgoingViewingKey, prf_expand},
/// note_encryption::sapling_note_encryption,
/// util::generate_random_rseed,
/// Diversifier, PaymentAddress, Rseed, ValueCommitment