You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The emission of events in the AToken is incorrect.
- The contract is emitting scaled balance on
Mint()
andBurn()
events, but not inTransfer()
- The
transferOnLiquidation()
funtion emitsBalanceTransfer()
with whole amount, andTransfer()
with scaled (should be the other way round).This issue was raised by WatchPug auditor.
The text was updated successfully, but these errors were encountered: