Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
Co-authored-by: richΛrd <[email protected]>
  • Loading branch information
s-tikhomirov and richard-ramos authored Oct 3, 2024
1 parent 0a56628 commit af0e9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WakuRlnV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ contract WakuRlnV2 is Initializable, Ownable2StepUpgradeable, UUPSUpgradeable, M
/// @notice Erase expired memberships or owned grace-period memberships
/// Optionally, also erase rate commitment data from the membership set (clean-up).
/// Compared to eraseMemberships(idCommitments),
/// this fucntion decreases Merkle tree size and spends more gas (if eraseFromMembershipSet == true).
/// this function decreases Merkle tree size and spends more gas (if eraseFromMembershipSet == true).
/// @param idCommitments The list of idCommitments of the memberships to erase
/// @param eraseFromMembershipSet Indicates whether to erase membership data from the membership set
function eraseMemberships(uint256[] calldata idCommitments, bool eraseFromMembershipSet) external {
Expand Down

0 comments on commit af0e9dd

Please sign in to comment.