From b988d4c27551e1bed0896322a1e6ddfb95b40cce Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Tue, 18 Oct 2022 02:45:24 +0100 Subject: [PATCH] Fix comment that incorrectly referred to Sapling when Orchard was meant --- src/keys.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keys.rs b/src/keys.rs index 8224a1ca..6182fc42 100644 --- a/src/keys.rs +++ b/src/keys.rs @@ -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);