Make SaplingNoteCommitmentTree private for now
This commit is contained in:
parent
b467a75e08
commit
447398691a
|
|
@ -54,7 +54,7 @@ pub struct Position(pub(crate) u64);
|
||||||
/// Sapling Note Commitment Tree
|
/// Sapling Note Commitment Tree
|
||||||
#[derive(Clone, Debug, Default, Eq, PartialEq)]
|
#[derive(Clone, Debug, Default, Eq, PartialEq)]
|
||||||
#[cfg_attr(test, derive(Arbitrary))]
|
#[cfg_attr(test, derive(Arbitrary))]
|
||||||
pub struct SaplingNoteCommitmentTree;
|
struct SaplingNoteCommitmentTree;
|
||||||
|
|
||||||
/// Sapling note commitment tree root node hash.
|
/// Sapling note commitment tree root node hash.
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue