Skip to content

Commit

Permalink
Updated repayment on behalf behavior on LendingPool
Browse files Browse the repository at this point in the history
  • Loading branch information
The-3D committed Nov 11, 2020
1 parent 0d156bb commit c91440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/lendingpool/LendingPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ contract LendingPool is ReentrancyGuard, VersionedInitializable {
if(vars.originationFee > 0) {
core.transferToFeeCollectionAddress.value(vars.isETH ? vars.originationFee : 0)(
_reserve,
_onBehalfOf,
msg.sender,
vars.originationFee,
addressesProvider.getTokenDistributor()
);
Expand Down

0 comments on commit c91440a

Please sign in to comment.