Open code423n4 opened 3 years ago
pauliax
function settleAuction could skip withdrawBounty if there are no bounties.
if (bountyIDs.length > 0) { withdrawBounty(bountyIDs); }
Agree with finding
Handle
pauliax
Vulnerability details
Impact
function settleAuction could skip withdrawBounty if there are no bounties.
Recommended Mitigation Steps
if (bountyIDs.length > 0) { withdrawBounty(bountyIDs); }