NestedFactory: _fromReserve param in _submitOutOrders() is redundant #128
Labels
bug
Something isn't working
G (Gas Optimization)
sponsor confirmed
Sponsor agrees this is a problem and intends to fix it (OK to use w/ "disagree with severity")
Handle
GreyArt
Vulnerability details
Impact
_submitOutOrders()
is invoked by 2 functionssellTokensToNft()
andsellTokensToWallet()
, both of which specify the_fromReserve
parameter to betrue
. This parameter is therefore unneeded.Recommended Mitigation Steps
The text was updated successfully, but these errors were encountered: