Remove outdated doc comment on `MerkleHashOrchard`

Closes zcash/orchard#245.
This commit is contained in:
Jack Grigg 2021-12-20 15:24:48 +00:00
parent a061a861b3
commit d84764f2db
1 changed files with 0 additions and 5 deletions

View File

@ -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<pallas::Base> 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);