Omniscia Evergon Labs Audit

PurchaseDiscountMixer Code Style Findings

PurchaseDiscountMixer Code Style Findings

PDM-01C: Generic Typographic Mistake

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:

packages/contracts/contracts/internalFacets/purchasePhaseFacets/purchaseDiscountFacets/PurchaseDiscountMixer.sol
30function setAndCheckPurchaseDiscount(bytes calldata postFractioPurchaseDiscountData) external onlyInternalDelegateCall {

Recommendation:

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

Alleviation (71cda4ccfdcfa25fb96a4565f1f8143b350dd246):

The input argument misspelling was corrected, addressing this exhibit.