code-423n4 / 2022-01-yield-findings

1 stars 0 forks source link

Unnecessary default assignment #22

Closed code423n4 closed 2 years ago

code423n4 commented 2 years ago

Handle

robee

Vulnerability details

Unnecessary default assignments, you can just declare and it will save gas and have the same meaning.

    ConvexStakingWrapper.sol (L#54) : bool private constant _NOT_ENTERED = false;
alcueca commented 2 years ago

Duplicate of #56