From 447398691a6d615d556205f0c4212f8ff5abf5ad Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Fri, 28 Aug 2020 04:24:32 -0400 Subject: [PATCH] Make SaplingNoteCommitmentTree private for now --- zebra-chain/src/sapling/tree.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/sapling/tree.rs b/zebra-chain/src/sapling/tree.rs index 5fd939a2..a111c3ac 100644 --- a/zebra-chain/src/sapling/tree.rs +++ b/zebra-chain/src/sapling/tree.rs @@ -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. ///