code-423n4 / 2021-09-yaxis-findings

0 stars 0 forks source link

Style issues #93

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Handle

pauliax

Vulnerability details

Impact

Style issues that you may want to apply or reject, no impact on security. Grouping them together as one submission to reduce waste. Consider fixing or ignoring them, up to you.

that can be replaced to reuse an existing modifier: onlyStrategy(_strategy1) onlyStrategy(_strategy2)

Haz077 commented 2 years ago

I don't think this is necessary.

GalloDaSballo commented 2 years ago

Agree with Warden on MAGIC_NUMBERS, using a constants avoid issues, makes the code more readable and easier to maintain

Non-critical finding