diff --git a/contracts/Rln.sol b/contracts/Rln.sol index 3246b8a..c6494a4 100644 --- a/contracts/Rln.sol +++ b/contracts/Rln.sol @@ -19,7 +19,7 @@ contract RLN { uint256 membershipDeposit, uint256 depth, address _poseidonHasher - ) public { + ) { MEMBERSHIP_DEPOSIT = membershipDeposit; DEPTH = depth; SET_SIZE = 1 << depth;