Open code423n4 opened 1 year ago
Issue is fixed. Now not whole msg.value is sending in the change call loop, but _change.baseTokenAmount amount. So function will not revert if user provided needed amount of funds to the router call.
_change.baseTokenAmount
GalloDaSballo marked the issue as satisfactory
Comment
Issue is fixed. Now not whole msg.value is sending in the change call loop, but
_change.baseTokenAmount
amount. So function will not revert if user provided needed amount of funds to the router call.