From 0a7ad528ed15eace08b3c3983dbe46796d4bf6c7 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Thu, 27 Jan 2022 08:54:27 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: str4d Extracted from: https://github.com/zcash/librustzcash/commit/3a2017609206a1b0928eb614f180c5fea9fc7312 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9587033..ed3edd5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -352,10 +352,10 @@ pub trait ShieldedOutput { /// 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