Remove Arbitrary from NoteCommitmentTree
This commit is contained in:
parent
44af7855e4
commit
bb0fe9955b
|
|
@ -84,7 +84,6 @@ impl fmt::Debug for Root {
|
||||||
|
|
||||||
/// Sapling Note Commitment Tree
|
/// Sapling Note Commitment Tree
|
||||||
#[derive(Clone, Debug, Default, Eq, PartialEq)]
|
#[derive(Clone, Debug, Default, Eq, PartialEq)]
|
||||||
#[cfg_attr(any(test, feature = "proptest-impl"), derive(Arbitrary))]
|
|
||||||
struct NoteCommitmentTree {
|
struct NoteCommitmentTree {
|
||||||
/// The root node of the tree (often used as an anchor).
|
/// The root node of the tree (often used as an anchor).
|
||||||
root: Root,
|
root: Root,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue