Gas Optimizations #109
Labels
bug
Something isn't working
G (Gas Optimization)
sponsor disputed
Sponsor cannot duplicate the issue, or otherwise disagrees this is an issue
The contract : https://github.com/code-423n4/2022-05-aura/blob/main/contracts/Aura.sol at function checks if the msg.sender is the operator using if condition instead of modifier,
this consumes gas more than using a modifier
see :
consumed :
Using :
consumed :
The text was updated successfully, but these errors were encountered: