mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added back 'For more information...' statement
This commit is contained in:
parent
bb83fd5adb
commit
ccd54ed87e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user