mirror of
https://github.com/vacp2p/rln-contract.git
synced 2025-01-09 13:55:45 +00:00
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…
x
Reference in New Issue
Block a user