Gas optimization in XDEFIDistribution.sol - inlining some functions #121
Labels
bug
Something isn't working
G (Gas Optimization)
sponsor acknowledged
Technically the issue is correct, but we're not going to resolve it for XYZ reasons
Handle
OriDabush
Vulnerability details
XDEFIDistribution.sol lines 245-251
Make functions like "_getPoints" and "_getPointsFromTokenId" inline (saves the function call gas, the functions can be left and the inline "call" can reference to them with a comment or something)
The text was updated successfully, but these errors were encountered: