Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect emission of events in AToken #681

Closed
miguelmtzinf opened this issue Jun 1, 2022 · 0 comments
Closed

Incorrect emission of events in AToken #681

miguelmtzinf opened this issue Jun 1, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@miguelmtzinf
Copy link
Contributor

The emission of events in the AToken is incorrect.
- The contract is emitting scaled balance on Mint() and Burn() events, but not in Transfer()
- The transferOnLiquidation() funtion emits BalanceTransfer() with whole amount, and Transfer() with scaled (should be the other way round).

This issue was raised by WatchPug auditor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
@miguelmtzinf and others