TangibleTNFT / baskets-foundry

baskets-foundry
1 stars 0 forks source link

[BMR-01C] Generic Typographic Mistake #49

Closed chasebrownn closed 7 months ago

chasebrownn commented 7 months ago

BMR-01C: Generic Typographic Mistake

Type Severity Location
Code Style BasketManager.sol:L67

Description:

The referenced line contains a typographical mistake (i.e. private variable without an underscore prefix) or generic documentational error (i.e. copy-paste) that should be corrected.

Example:

bytes32 internal hashCache;

Recommendation:

We advise this to be done so to enhance the legibility of the codebase.

chasebrownn commented 7 months ago

Fixed