You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe above tha tin the case where the bidder is unable to successfully execute (bool success, ) = msg.sender.call{value: totalAmount}(""); there's no event that corresponds to this, instead from the perspective of events, the bidders withdrawal was successful.
I useful mitigation to this is to move the bidderWithdrawl event to be fired after successful withdrawal of funds.
The text was updated successfully, but these errors were encountered:
Observe above tha tin the case where the bidder is unable to successfully execute
(bool success, ) = msg.sender.call{value: totalAmount}("");
there's no event that corresponds to this, instead from the perspective of events, the bidders withdrawal was successful.I useful mitigation to this is to move the bidderWithdrawl event to be fired after successful withdrawal of funds.
The text was updated successfully, but these errors were encountered: