Skip to content

Commit

Permalink
fix(contracts): remove comment line that was causing an error when co…
Browse files Browse the repository at this point in the history
…mpiling contracts
  • Loading branch information
vplasencia committed Feb 28, 2024
1 parent b0dd7e0 commit 49cd453
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/contracts/contracts/base/SemaphoreGroups.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ abstract contract SemaphoreGroups is ISemaphoreGroups {

/// @dev Gets a group id and returns its tree data.
/// The tree is an Incremental Merkle Tree
/// which is called Lean Incremental Merkle Tree:
/// https://www.npmjs.com/package/@zk-kit/imt.sol
/// which is called Lean Incremental Merkle Tree.
mapping(uint256 => LeanIMTData) internal merkleTrees;

/// @dev Gets a group id and returns its admin.
Expand Down

0 comments on commit 49cd453

Please sign in to comment.