Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 271 Bytes

fatherOfBlocks-G.md

File metadata and controls

3 lines (2 loc) · 271 Bytes

contracts/ERC20MultiDelegate.sol

  • L87 - In the for loop Math.max(sourcesLength, targetsLength) is constantly executed, this operation is executed in each iteration therefore it would be beneficial to do the operation before and put the resulting value in the loop.