Update comment about which case is covered by example code

This commit is contained in:
Daira Hopwood 2021-04-16 00:10:05 +01:00 committed by GitHub
parent 3434cc8b6a
commit dc0f6e7115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ pub trait ShieldedOutput<D: Domain> {
///
/// 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
///