Remove Arbitrary from NoteCommitmentTree

This commit is contained in:
Deirdre Connolly 2020-10-03 23:22:30 -04:00 committed by Deirdre Connolly
parent 44af7855e4
commit bb0fe9955b
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ impl fmt::Debug for Root {
/// Sapling Note Commitment Tree
#[derive(Clone, Debug, Default, Eq, PartialEq)]
#[cfg_attr(any(test, feature = "proptest-impl"), derive(Arbitrary))]
struct NoteCommitmentTree {
/// The root node of the tree (often used as an anchor).
root: Root,