Derive Clone for circuit::Instance

This commit is contained in:
Deirdre Connolly 2021-11-04 23:30:43 -04:00
parent 7412dfe79a
commit 568e24cd5f
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ impl ProvingKey {
}
/// Public inputs to the Orchard Action circuit.
#[derive(Debug)]
#[derive(Clone, Debug)]
pub struct Instance {
pub(crate) anchor: Anchor,
pub(crate) cv_net: ValueCommitment,