Skip to content

Commit a89f9cc

Browse files
committed
fix: clarify comment
1 parent ea17532 commit a89f9cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contracts/MockRecipientReturnBool.sol

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ pragma solidity 0.8.6;
33

44
import "hardhat/console.sol";
55

6-
/** ERC677 recipient that returns false for error instead of reverting */
6+
/**
7+
* ERC677 recipient that returns false for error instead of reverting
8+
* The return value gets ignored, and transfer proceeds succesfully. This is by design.
9+
*/
710
contract MockRecipientReturnBool {
811
uint public txCount;
912

0 commit comments

Comments
 (0)