code-423n4 / 2022-06-nested-findings

0 stars 1 forks source link

QA Report #70

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

[N-01] Libraries, interfaces, and external imports can be ordered nicely

E.g. group all libraries first, then interfaces, then OZ imports

https://github.com/code-423n4/2022-06-nested/blob/b4a153c943d54755711a2f7b80cbbf3a5bb49d76/contracts/libraries/StakingLPVaultHelpers.sol#L4-L12

Yashiru commented 2 years ago

[QA-01] Libraries, interfaces, and external imports can be ordered nicely (Confirmed)

Quality assurance confirmed