Skip to content

Commit

Permalink
Fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrishang committed Mar 4, 2024
1 parent c931170 commit 8b5d177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/token/ERC20Core.sol
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ contract ERC20Core is
bytes32 _r,
bytes32 _s
) public {
_beforeApprove(_owner, _spender, _amount);
_beforeApprove(_owner, _spender, _value);

if (_deadline < block.timestamp) {
revert ERC20PermitDeadlineExpired();
Expand Down

0 comments on commit 8b5d177

Please sign in to comment.