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
When balanceIncrease() == 0, it probably doesn't make sense to emit the events, given that they are done for accounting consistency, not going against the ERC20 standard.
Additionally, it is not consistent to have different behaviour for sender and recipient
The text was updated successfully, but these errors were encountered:
Context
Regarding #701
aave-v3-core/contracts/protocol/tokenization/base/ScaledBalanceTokenBase.sol
Lines 157 to 158 in 84b900c
When
balanceIncrease() == 0
, it probably doesn't make sense to emit the events, given that they are done for accounting consistency, not going against the ERC20 standard.Additionally, it is not consistent to have different behaviour for sender and recipient
The text was updated successfully, but these errors were encountered: