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.
2 parents 0d0d51c + b787c32 commit 3db7cb7Copy full SHA for 3db7cb7
docs/contracts/functions.rst
@@ -297,7 +297,7 @@ on plain Ether transfers (e.g. via ``.send()`` or ``.transfer()``). If no such
297
function exists, but a payable :ref:`fallback function <fallback-function>`
298
exists, the fallback function will be called on a plain Ether transfer. If
299
neither a receive Ether nor a payable fallback function is present, the
300
-contract cannot receive Ether through regular transactions and throws an
+contract cannot receive Ether through a transaction that does not represent a payable function call and throws an
301
exception.
302
303
In the worst case, the ``receive`` function can only rely on 2300 gas being
0 commit comments