User's podListing
can remain an unfillable amount
Users can create podListing
to sell their plots
in the MarketplaceFacet
. When doing so, they set a minFillAmount
When a podListing
is partially filled, it is automatically deleted and a new one is created for the remaining plots.
The problem is that it is not checked that podListing.minFillAmount <= podListing.podAmount - podReceiveAmount
, allowing for the creation of an unfillable podListing
.
User's podListing
might be unfillable
Manual review
If the new created podListing
is for less than minFillAmount
, change minFillAmount
to the remaining value.
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.