mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
- Fixed comment on permit().
This commit is contained in:
parent
c531b87703
commit
721dc1c832
|
@ -211,7 +211,7 @@ contract AToken is VersionedInitializable, ERC20, IAToken {
|
||||||
* @param owner the owner of the funds
|
* @param owner the owner of the funds
|
||||||
* @param spender the spender
|
* @param spender the spender
|
||||||
* @param value the amount
|
* @param value the amount
|
||||||
* @param deadline the deadline timestamp, 0 for no deadline
|
* @param deadline the deadline timestamp, type(uint256).max for max deadline
|
||||||
* @param v signature param
|
* @param v signature param
|
||||||
* @param s signature param
|
* @param s signature param
|
||||||
* @param r signature param
|
* @param r signature param
|
||||||
|
|
Loading…
Reference in New Issue
Block a user