mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Merge branch 'fix/107-burn-event' into 'master'
- Fixed Burn event on AToken Closes #107 See merge request aave-tech/protocol-v2!117
This commit is contained in:
commit
c9bd6d97ff
|
@ -108,7 +108,7 @@ contract AToken is VersionedInitializable, IncentivizedERC20, IAToken {
|
|||
|
||||
//transfer event to track balances
|
||||
emit Transfer(user, address(0), amount);
|
||||
emit Burn(_msgSender(), receiverOfUnderlying, amount, index);
|
||||
emit Burn(user, receiverOfUnderlying, amount, index);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user