From ccd54ed87e78a4d13968e1d585cd5238d5805789 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Fri, 3 Jun 2016 09:20:18 -0400 Subject: Added back 'For more information...' statement --- docs/units-and-global-variables.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index aa0056d2..167c694d 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -121,6 +121,8 @@ Address Related ``
.send(uint256 amount) returns (bool)``: send given amount of Wei to :ref:`address`, returns ``false`` on failure +For more information, see the section on :ref:`address`. + .. warning:: 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 -- cgit