mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace Send with `send
`
This commit is contained in:
parent
25a41e3ac6
commit
c2a2fce8e7
@ -257,7 +257,7 @@ reverts on failure.
|
||||
|
||||
* ``send``
|
||||
|
||||
Send is the low-level counterpart of ``transfer``. If the execution fails, the current contract will not stop with an exception, but ``send`` will return ``false``.
|
||||
``send`` is the low-level counterpart of ``transfer``. If the execution fails, the current contract will not stop with an exception, but ``send`` will return ``false``.
|
||||
|
||||
.. warning::
|
||||
There are some dangers in using ``send``: The transfer fails if the call stack depth is at 1024
|
||||
|
Loading…
Reference in New Issue
Block a user