Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Jan 12, 2024
1 parent 82d67c3 commit 8d0dec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tree/binary/BinaryMerkleTree.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library BinaryMerkleTree {
InvalidNumberOfSideNodes,
/// @notice The provided proof key is not part of the tree.
KeyNotInTree,
/// @notice The number of leaves in the binary merkle proof is not divisible by 4.
/// @notice Invalid number of leaves in proof.
InvalidNumberOfLeavesInProof,
/// @notice The proof contains unexpected side nodes.
UnexpectedInnerHashes,
Expand Down

0 comments on commit 8d0dec8

Please sign in to comment.