Clone (#274)
This commit is contained in:
parent
a9475b2a2d
commit
45e7e78118
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use super::{MerklePath, RpoDigest, SmtLeaf, SmtProofError, Word, SMT_DEPTH};
|
||||||
///
|
///
|
||||||
/// The proof consists of a Merkle path and leaf which describes the node located at the base of the
|
/// The proof consists of a Merkle path and leaf which describes the node located at the base of the
|
||||||
/// path.
|
/// path.
|
||||||
#[derive(PartialEq, Eq, Debug)]
|
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||||
pub struct SmtProof {
|
pub struct SmtProof {
|
||||||
path: MerklePath,
|
path: MerklePath,
|
||||||
leaf: SmtLeaf,
|
leaf: SmtLeaf,
|
||||||
|
|
Loading…
Add table
Reference in a new issue