Skip to content

Commit

Permalink
chore: todo added
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurupa03 committed Mar 12, 2024
1 parent 02231fa commit 004b4fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public void tokenFallback(Address _from, BigInteger _value, byte[] _data) {
}
}

@External
@External // TODO: remove this in future updates
public void transferToken(Address _reserve, Address _user, BigInteger _amount){
onlyOwnerOrElseThrow(LendingPoolException.notOwner());
call(Contracts.LENDING_POOL_CORE, "transferToUser", _reserve, _user, _amount);
Expand Down

0 comments on commit 004b4fd

Please sign in to comment.