Skip to content

Commit

Permalink
Update ERC-7540: Fix ERC7540 typo
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
hieronx authored May 28, 2024
1 parent 6e1d516 commit a72e00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-7540.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Asynchronous deposit Vaults MUST override the ERC-4626 specification as follows:
Asynchronous redeem Vaults MUST override the ERC-4626 specification as follows:

1. The `redeem` and `withdraw` methods do not transfer `shares` to the Vault, because this already happened on `requestRedeem`.
2. The `owner` field of `redeem` and `withdraw` SHOULD be renamed to `requester`, and the requester MUST be `msg.sender` unless the `request` has approved the `msg.sender` as an operator.
2. The `owner` field of `redeem` and `withdraw` SHOULD be renamed to `requester`, and the requester MUST be `msg.sender` unless the `requester` has approved the `msg.sender` as an operator.
3. `previewRedeem` and `previewWithdraw` MUST revert for all callers and inputs.

### Request Lifecycle
Expand Down

0 comments on commit a72e00f

Please sign in to comment.