mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: event now emit total flashloa premium
This commit is contained in:
parent
ce6a07be62
commit
e416c10c67
|
@ -543,7 +543,7 @@ contract LendingPool is VersionedInitializable, ILendingPool, LendingPoolStorage
|
||||||
msg.sender,
|
msg.sender,
|
||||||
vars.currentAsset,
|
vars.currentAsset,
|
||||||
vars.currentAmount,
|
vars.currentAmount,
|
||||||
vars.currentPremiumToLP,
|
totalPremiums[vars.i],
|
||||||
referralCode
|
referralCode
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user