Incorrect event emission in removeAuctionConfig()
.
If auctionConfigs[id + 1].duration > 0
, the above function deletes the config and emits the AuctionConfigRemoved()
event.
This includes the removed configId
and epochId
, but the epochId
is always set to 0, which is incorrect.
Incorrect event emission
Manual
Emit the correct epochId removed instead of hardcoded 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.