diff --git a/src/tree.rs b/src/tree.rs index c92f946e..724be800 100644 --- a/src/tree.rs +++ b/src/tree.rs @@ -12,7 +12,7 @@ use rand::RngCore; use std::iter; /// The root of an Orchard commitment tree. -#[derive(Eq, PartialEq, Clone, Debug)] +#[derive(Eq, PartialEq, Clone, Copy, Debug)] pub struct Anchor(pallas::Base); impl From for Anchor {