There may be no bounties or user is not interested in any of them #87
Labels
bug
Warden finding
G (Gas Optimization)
sponsor confirmed
Sponsor agrees this is a problem and intends to fix it (OK to use w/ "disagree with severity")
Handle
pauliax
Vulnerability details
Impact
function settleAuction could skip withdrawBounty if there are no bounties.
Recommended Mitigation Steps
if (bountyIDs.length > 0) {
withdrawBounty(bountyIDs);
}
The text was updated successfully, but these errors were encountered: