Avoid IsAbortRefunded == true
when processAbort fails for reasons other than onAbort
reverts
#3649
Labels
IsAbortRefunded == true
when processAbort fails for reasons other than onAbort
reverts
#3649
Context: #3414 (comment)
If the processAbort fails for a reason different than onAbort revert, then IsAbortRefunded should not be set to true, it means that the abort process didn't send the fund back to the abortAddress
Currently it can happen if DepositZRC20 or getZRC20 functions fail, which is not supposed to happen, so this issue should never happen. However it still a discrepancy in the logic that should be fixed.
The text was updated successfully, but these errors were encountered: