mirror of
https://github.com/vacp2p/rln-contract.git
synced 2026-01-06 21:33:52 -05:00
fix: unused storage access
This commit is contained in:
@@ -196,7 +196,6 @@ abstract contract RlnBase {
|
||||
revert InvalidReceiverAddress(receiver);
|
||||
}
|
||||
|
||||
uint256 userMessageLimit = userMessageLimits[idCommitment];
|
||||
if (memberExists[idCommitment] == false) revert MemberNotRegistered(idCommitment);
|
||||
// check if member is registered
|
||||
if (stakedAmounts[idCommitment] == 0) {
|
||||
|
||||
Reference in New Issue
Block a user