Skip to content

Commit

Permalink
chore(EIP2612): add unaudited code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickGT committed Nov 2, 2021
1 parent 769cfda commit 2ca3f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/permit/EIP2612PermitAndDeposit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ contract EIP2612PermitAndDeposit {

/**
* @notice Permits this contract to spend on a user's behalf, and deposits into the prize pool.
* @custom:experimental This function has not been audited yet.
* @dev The `spender` address required by the permit function is the address of this contract.
* @param _owner Token owner's address (Authorizer)
* @param _amount Amount of tokens to deposit
Expand Down

0 comments on commit 2ca3f11

Please sign in to comment.