code-423n4 / 2021-04-basedloans-findings

0 stars 1 forks source link

event PriceUpdated is never emitted #23

Closed code423n4 closed 3 years ago

code423n4 commented 3 years ago

Handle

paulius.eth

Vulnerability details

Impact

event is never emitted: /// @notice The event emitted when the stored price is updated event PriceUpdated(string symbol, uint price);

Recommended Mitigation Steps

Emit this event where it was intended.

ghoul-sol commented 3 years ago

Event is not needed and will be deleted.

cemozerr commented 3 years ago

Duplicate of https://github.com/code-423n4/2021-04-basedloans-findings/issues/38