feat: add Clone derive to PartialMmr

This commit is contained in:
Bobbin Threadbare
2023-12-21 01:24:20 -08:00
committed by Bobbin Threadbare
parent 4d0d8d3058
commit be1d631630
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ use crate::{
///
/// This structure store only the authentication path for a value, the value itself is stored
/// separately.
#[derive(Debug)]
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct PartialMmr {
/// The version of the MMR.
///