From d84764f2db0913d1c417e6f58c875e9ae6744e3d Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 20 Dec 2021 15:24:48 +0000 Subject: [PATCH] Remove outdated doc comment on `MerkleHashOrchard` Closes zcash/orchard#245. --- src/tree.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tree.rs b/src/tree.rs index c3b3f08b..436642a9 100644 --- a/src/tree.rs +++ b/src/tree.rs @@ -151,11 +151,6 @@ impl MerklePath { /// A newtype wrapper for leaves and internal nodes in the Orchard /// incremental note commitment tree. -/// -/// This wraps a CtOption because Sinsemilla hashes -/// can produce a bottom value which needs to be accounted for in -/// the production of a Merkle root. Leaf nodes are always wrapped -/// with the `Some` constructor. #[derive(Copy, Clone, Debug)] pub struct MerkleHashOrchard(pallas::Base);