Added back 'For more information...' statement

This commit is contained in:
Denton Liu 2016-06-03 09:20:18 -04:00
parent bb83fd5adb
commit ccd54ed87e

View File

@ -121,6 +121,8 @@ Address Related
``<address>.send(uint256 amount) returns (bool)``: ``<address>.send(uint256 amount) returns (bool)``:
send given amount of Wei to :ref:`address`, returns ``false`` on failure send given amount of Wei to :ref:`address`, returns ``false`` on failure
For more information, see the section on :ref:`address`.
.. warning:: .. warning::
There are some dangers in using ``send``: The transfer fails if the call stack depth is at 1024 There are some dangers in using ``send``: The transfer fails if the call stack depth is at 1024
(this can always be forced by the caller) and it also fails if the recipient runs out of gas. So in order (this can always be forced by the caller) and it also fails if the recipient runs out of gas. So in order