Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions contracts/interfaces/IERC7984Receiver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ interface IERC7984Receiver {
* @dev Called upon receiving a confidential token transfer. Returns an encrypted boolean indicating success
* of the callback. If false is returned, the token contract will attempt to refund the transfer.
*
* NOTE: The calling contract (token) must be granted ACL allowance to read the confidential return value.
*
* WARNING: Do not manually refund the transfer AND return false, as this can lead to double refunds.
*/
function onConfidentialTransferReceived(
Expand Down
Loading