Skip to content

Commit

Permalink
chore: typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Feb 6, 2025
1 parent 724a1ef commit 58e853b
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 @@ -31,6 +31,6 @@ pub enum MerkleError {
NumLeavesNotPowerOfTwo(usize),
#[error("root {0:?} is not in the store")]
RootNotInStore(RpoDigest),
#[error("partial smt does not track merkle paths for key {0} so updating it would produce a different root compared to the same update in the full tree")]
#[error("partial smt does not track the merkle path for key {0} so updating it would produce a different root compared to the same update in the full tree")]
UntrackedKey(RpoDigest),
}

0 comments on commit 58e853b

Please sign in to comment.