Update IERC3156FlashBorrower.sol (#4145)

This commit is contained in:
Antonio Viggiano
2023-03-30 15:57:09 -03:00
committed by GitHub
parent ca822213f2
commit 7e7060e00e

View File

@ -17,7 +17,7 @@ interface IERC3156FlashBorrower {
* @param amount The amount of tokens lent.
* @param fee The additional amount of tokens to repay.
* @param data Arbitrary data structure, intended to contain user-defined parameters.
* @return The keccak256 hash of "IERC3156FlashBorrower.onFlashLoan"
* @return The keccak256 hash of "ERC3156FlashBorrower.onFlashLoan"
*/
function onFlashLoan(
address initiator,