settleAskMaker()
doesn't credit the offerInfo.authority
settledPointTokenAmount
.
In the settleAskMaker()
function, if settledPointTokenAmount > 0
,
Only, the msg.sender
transfers settledPointTokenAmount
to capital pool
but the offerInfo.authority
is never credited like in settleAskTaker()
:
offerInfo.authority
loses settledPointTokenAmount
.
Manual Analysis
Add this:
to settleAskMaker
if settledPointTokenAmount > 0
.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.