fix: unused variables

This commit is contained in:
Roman 2025-10-15 12:10:27 +11:00
parent b2d6cdb851
commit 434c74009b
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -1784,7 +1784,7 @@ contract WakuRlnV2Test is Test {
w.register(idCommitment, rateLimit, new uint256[](0));
// Assertions: If we reach here (no revert), check Alice owns itbut since revert happens, test fails
(uint32 fetchedRateLimit, uint32 index, uint256 rateCommitment) = w.getMembershipInfo(idCommitment);
(uint32 fetchedRateLimit,,) = w.getMembershipInfo(idCommitment);
assertEq(fetchedRateLimit, rateLimit);
// Destructure to access holder