re-al-Foundation / rwa-contracts

0 stars 0 forks source link

[RWV-01C] Generic Typographic Mistakes #84

Closed chasebrownn closed 5 months ago

chasebrownn commented 5 months ago

RWV-01C: Generic Typographic Mistakes

Type Severity Location
Code Style RWAVotingEscrow.sol:L105, L112, L122

Description:

The referenced lines contain typographical mistakes (i.e. private variable without an underscore prefix) or generic documentational errors (i.e. copy-paste) that should be corrected.

Example:

event lockMerged(uint256 indexed _tokenId, uint256 indexed _intoTokenId);

Recommendation:

We advise them to be corrected enhancing the legibility of the codebase.

chasebrownn commented 5 months ago

Resolved