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 ea17532 commit a89f9ccCopy full SHA for a89f9cc
contracts/MockRecipientReturnBool.sol
@@ -3,7 +3,10 @@ pragma solidity 0.8.6;
3
4
import "hardhat/console.sol";
5
6
-/** ERC677 recipient that returns false for error instead of reverting */
+/**
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
+ */
10
contract MockRecipientReturnBool {
11
uint public txCount;
12
0 commit comments