Merge pull request #504 from nuttycom/merge_non_consensus_changes

Merge all non-consensus changes staged for NU5 to `master`.

Extracted from: e63979e80a
This commit is contained in:
str4d 2022-02-02 22:25:30 +00:00 committed by GitHub
commit a107ed3c80
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