mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
- Added Transfer event on transferOnLiquidation
This commit is contained in:
parent
3fc261037a
commit
727bc12d80
|
@ -175,6 +175,8 @@ contract AToken is VersionedInitializable, IncentivizedERC20, IAToken {
|
||||||
//being a normal transfer, the Transfer() and BalanceTransfer() are emitted
|
//being a normal transfer, the Transfer() and BalanceTransfer() are emitted
|
||||||
//so no need to emit a specific event here
|
//so no need to emit a specific event here
|
||||||
_transfer(from, to, value, false);
|
_transfer(from, to, value, false);
|
||||||
|
|
||||||
|
emit Transfer(from, to, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user