Fix publicity for SaplingNoteTreeRootHash

This commit is contained in:
Henry de Valence 2019-12-20 19:41:47 -08:00 committed by Deirdre Connolly
parent 8ff4139c1f
commit 049998c751
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ pub struct SaplingNoteCommitmentTree;
/// this block. A root of a note commitment tree is associated with
/// each treestate.
#[derive(Clone, Debug, Default, Eq, PartialEq)]
pub struct SaplingNoteTreeRootHash([u8; 32]);
pub struct SaplingNoteTreeRootHash(pub [u8; 32]);
impl From<SaplingNoteCommitmentTree> for SaplingNoteTreeRootHash {
fn from(_tree: SaplingNoteCommitmentTree) -> Self {