Skip to content

Commit ed2e52a

Browse files
authored
Update contracts/interfaces/IERC7984Receiver.sol
1 parent a82f363 commit ed2e52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/interfaces/IERC7984Receiver.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ interface IERC7984Receiver {
1010
* @dev Called upon receiving a confidential token transfer. Returns an encrypted boolean indicating success
1111
* of the callback. If false is returned, the token contract will attempt to refund the transfer.
1212
*
13-
* WARNING: Do not manually refund the transfer in AND return false, as this can lead to double refunds.
13+
* WARNING: Do not manually refund the transfer AND return false, as this can lead to double refunds.
1414
*/
1515
function onConfidentialTransferReceived(
1616
address operator,

0 commit comments

Comments
 (0)