Make SaplingNoteCommitmentTree private for now

This commit is contained in:
Deirdre Connolly 2020-08-28 04:24:32 -04:00 committed by Deirdre Connolly
parent b467a75e08
commit 447398691a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ pub struct Position(pub(crate) u64);
/// Sapling Note Commitment Tree
#[derive(Clone, Debug, Default, Eq, PartialEq)]
#[cfg_attr(test, derive(Arbitrary))]
pub struct SaplingNoteCommitmentTree;
struct SaplingNoteCommitmentTree;
/// Sapling note commitment tree root node hash.
///