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

1 stars 0 forks source link

Use of uint rather than uint256 #69

Open code423n4 opened 3 years ago

code423n4 commented 3 years ago

Handle

loop

Vulnerability details

In basket.sol there is one use of uint rather than uint256, which is used in the rest of the codebase.

Impact

No real impact considering uint functions as a uint256.

Proof of Concept

Basket.sol - line 60: for (uint i = 0; i < length; i++) {

GalloDaSballo commented 2 years ago

Agree with finding because of consistency