chore: revert derive changes

This commit is contained in:
Al-Kindi-0
2024-11-25 07:14:46 +01:00
parent 92aee341cc
commit 5412b6f4fb

View File

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