From b175d1f1bad492d4b3f48309f79ebc7f8ceeb9a2 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Sat, 28 Mar 2020 15:21:17 -0400 Subject: [PATCH] Typo Co-Authored-By: Daira Hopwood --- zebra-chain/src/keys/sapling.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/keys/sapling.rs b/zebra-chain/src/keys/sapling.rs index 05b78481..f4816bbe 100644 --- a/zebra-chain/src/keys/sapling.rs +++ b/zebra-chain/src/keys/sapling.rs @@ -159,7 +159,7 @@ impl fmt::Debug for Diversifier { } } -/// Derived from a _IncomingViewingKey_ and a _Diversifier_ +/// Derived from an _IncomingViewingKey_ and a _Diversifier_ /// /// Derived by multiplying the diversifier (converted to an affine /// point on the Jubjub curve) by the incoming view key: