You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a duplicate of #36 since both deal with unnecessary initializations. The location of the issue mentioned in the two places is however different
Handle
WatchPug
Vulnerability details
Redundant code increase contract size and gas usage at deployment.
https://github.com/code-423n4/2021-12-sublime/blob/9df1b7c4247f8631647c7627a8da9bdc16db8b11/contracts/CreditLine/CreditLine.sol#L897-L898
L897,
_tokenInStrategy = _liquidityShares
is redundant.The text was updated successfully, but these errors were encountered: