Typographical Error in Smart Contract Event Name
In PasswordStore.sol:18, the event SetNetPassword
appears to be a typing error. If the event is to be emitted when a password is set, it presumably should be named something like SetNewPassword
.
No impact on contract performance, as event name does not affect contract functionality.
Manual Review
Change SetNetPassword
event name to SetNewPassword
.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.