Fix comment that incorrectly referred to Sapling when Orchard was meant

This commit is contained in:
Daira Hopwood 2022-10-18 02:45:24 +01:00 committed by GitHub
parent 050b2f231e
commit b988d4c275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ impl EphemeralPublicKey {
}
}
/// A Sapling ephemeral public key that has been precomputed for trial decryption.
/// An Orchard ephemeral public key that has been precomputed for trial decryption.
#[derive(Clone, Debug)]
pub struct PreparedEphemeralPublicKey(PreparedNonIdentityBase);