Skip to content

Commit

Permalink
Merge c8d7806 into 0c49aa9
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeysantoro authored Oct 27, 2023
2 parents 0c49aa9 + c8d7806 commit 4d763de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-2612.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The semantics of which are as follows:

For all addresses `owner`, `spender`, uint256s `value`, `deadline` and `nonce`, uint8 `v`, bytes32 `r` and `s`,
a call to `permit(owner, spender, value, deadline, v, r, s)` will set
`approval[owner][spender]` to `value`,
`allowance[owner][spender]` to `value`,
increment `nonces[owner]` by 1,
and emit a corresponding `Approval` event,
if and only if the following conditions are met:
Expand Down

0 comments on commit 4d763de

Please sign in to comment.