From dc0f6e71153b93467fa0a34b3b9b059243d47a72 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Fri, 16 Apr 2021 00:10:05 +0100 Subject: [PATCH] Update comment about which case is covered by example code --- components/zcash_note_encryption/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/zcash_note_encryption/src/lib.rs b/components/zcash_note_encryption/src/lib.rs index ddb844711..27796b49f 100644 --- a/components/zcash_note_encryption/src/lib.rs +++ b/components/zcash_note_encryption/src/lib.rs @@ -169,7 +169,7 @@ pub trait ShieldedOutput { /// /// Implements section 4.19 of the /// [Zcash Protocol Specification](https://zips.z.cash/protocol/nu5.pdf#saplingandorchardinband) -/// NB: the example code is only covering the pre-Canopy case. +/// NB: the example code is only covering the post-Canopy case. /// /// # Examples ///