Skip to content

Commit

Permalink
fix: unused storage access
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Jan 24, 2024
1 parent 1c7e144 commit 373942b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RlnBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 373942b

Please sign in to comment.