Wrong parameter in event AbortBidTaker()
could cause problems with offchain applications/Dapps, and mislead the end user.
In IPerMarkets.sol
the event
is defined as follow :
But in PreMarkets.sol
:
https://github.com/Cyfrin/2024-08-tadle/blob/main/src/core/PreMarkets.sol#L696
It should be _stock
and not _offer
, according to IPerMarkets.sol
:
Off chain applications and Dapps relie on informations given by events, this could lead to several problems in applications, misleading the end user.
Github, VisualCode.
Replace _offer
by _stock
.
Valid low severity, wrong parameter inputted for `AbortBidTaker` event
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.