code-423n4 / 2021-11-badgerzaps-findings

0 stars 0 forks source link

Zap.sol init for loop - uint default value is 0 #60

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Handle

pants

Vulnerability details

uint initial value is 0. Therefore the assignment uint i = 0 is unnecessary (Zap.sol line 70)

GalloDaSballo commented 2 years ago

Agree but probably wontfix for readability