QA Report #405
Labels
bug
Something isn't working
old-submission-method
QA (Quality Assurance)
Assets are not at risk. State handling, function incorrect as to spec, issues with clarity, syntax
valid
Context
https://github.com/code-423n4/2022-08-rigor/blob/5ab7ea84a1516cb726421ef690af5bc41029f88f/contracts/Community.sol#L265-L266
Description
The variable
_community
is already a storage variable, there is no need for the assignment.Recommendation
Remove the assignment and just increase the variable
The text was updated successfully, but these errors were encountered: