Skip to content

Commit

Permalink
chore: add derives
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Nov 25, 2024
1 parent 4b606c4 commit adfe493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merkle/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit adfe493

Please sign in to comment.