From 721dc1c832e096ef2c31147e704e64e2de83ec56 Mon Sep 17 00:00:00 2001 From: eboado Date: Mon, 14 Sep 2020 17:27:08 +0200 Subject: [PATCH] - Fixed comment on permit(). --- contracts/tokenization/AToken.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/tokenization/AToken.sol b/contracts/tokenization/AToken.sol index cb518c8b..c2924d3d 100644 --- a/contracts/tokenization/AToken.sol +++ b/contracts/tokenization/AToken.sol @@ -211,7 +211,7 @@ contract AToken is VersionedInitializable, ERC20, IAToken { * @param owner the owner of the funds * @param spender the spender * @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 s signature param * @param r signature param