We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82f363 commit ed2e52aCopy full SHA for ed2e52a
contracts/interfaces/IERC7984Receiver.sol
@@ -10,7 +10,7 @@ interface IERC7984Receiver {
10
* @dev Called upon receiving a confidential token transfer. Returns an encrypted boolean indicating success
11
* of the callback. If false is returned, the token contract will attempt to refund the transfer.
12
*
13
- * WARNING: Do not manually refund the transfer in AND return false, as this can lead to double refunds.
+ * WARNING: Do not manually refund the transfer AND return false, as this can lead to double refunds.
14
*/
15
function onConfidentialTransferReceived(
16
address operator,
0 commit comments