Automatically merged updates to draft EIP(s) 3234 (#3246)

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft, Review, or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
Alberto Cuesta Cañada 2021-02-03 14:39:41 +00:00 committed by GitHub
parent c5221d0ec5
commit 68e97e062d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,8 +104,6 @@ After the callback, for each `token` in `tokens`, the `batchFlashLoan` function
If successful, `batchFlashLoan` MUST return `true`.
For all functions above, including both mandatory and optional sections, address(1) is used as a sentinel value for Ether. If the token parameter is address(1) then the function should be processed as defined except using Ether instead of a token.
### Receiver Specification
A `receiver` of flash loans MUST implement the IERC3234FlashBorrower interface: