Fix: constructor does not require public visibility
This commit is contained in:
parent
71d1558ddf
commit
2abc054713
|
@ -19,7 +19,7 @@ contract RLN {
|
|||
uint256 membershipDeposit,
|
||||
uint256 depth,
|
||||
address _poseidonHasher
|
||||
) public {
|
||||
) {
|
||||
MEMBERSHIP_DEPOSIT = membershipDeposit;
|
||||
DEPTH = depth;
|
||||
SET_SIZE = 1 << depth;
|
||||
|
|
Loading…
Reference in New Issue