chore: add derives

This commit is contained in:
Al-Kindi-0
2024-11-25 06:19:01 +01:00
parent 4b606c45d0
commit adfe493f1d

View File

@@ -2,7 +2,7 @@ use thiserror::Error;
use super::{NodeIndex, RpoDigest};
#[derive(Debug, Error)]
#[derive(Clone, Debug, Error, Eq, PartialEq)]
pub enum MerkleError {
#[error("expected merkle root {expected_root} found {actual_root}")]
ConflictingRoots {