Skip to content

Commit

Permalink
Update IERC20HoldableToken.sol (#168)
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
francescomiliani authored Jan 23, 2024
1 parent 236b3c1 commit 54320c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interface/IERC20HoldableToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ interface IERC20HoldableToken is IERC20 {
@notice Called by the sender to hold some tokens for a recipient that the sender can not release back to themself until after the expiration date.
@param holdId a unique identifier for the hold.
@param recipient optional account the tokens will be transferred to on execution. If a zero address, the recipient must be specified on execution of the hold.
@param notary account that can execute the hold. Typically the recipient but can be a third party or a smart contact.
@param notary account that can execute the hold. Typically the recipient but can be a third party or a smart contract.
@param amount of tokens to be transferred to the recipient on execution. Must be a non zero amount.
@param expirationDateTime UNIX epoch seconds the held amount can be released back to the sender by the sender. Past dates are allowed.
@param lockHash optional keccak256 hash of a lock preimage. An empty hash will not enforce the hash lock when the hold is executed.
Expand Down

0 comments on commit 54320c6

Please sign in to comment.