exp: add derives

This commit is contained in:
Al-Kindi-0
2024-11-25 09:14:01 +01:00
parent 5412b6f4fb
commit ef9373d444

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 {