Replace Send with `send`

This commit is contained in:
minaminao 2023-03-28 23:01:06 +09:00
parent 25a41e3ac6
commit c2a2fce8e7

View File

@ -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