aboutsummaryrefslogtreecommitdiffstats
path: root/docs/units-and-global-variables.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-06-03 21:20:18 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-06-03 21:20:18 +0800
commitccd54ed87e78a4d13968e1d585cd5238d5805789 (patch)
tree87eb8386305da84dd90d481c6255bd584c6d7aa3 /docs/units-and-global-variables.rst
parentbb83fd5adb22fe919dca49cecd012c6dd4bc64f3 (diff)
downloaddexon-solidity-ccd54ed87e78a4d13968e1d585cd5238d5805789.tar
dexon-solidity-ccd54ed87e78a4d13968e1d585cd5238d5805789.tar.gz
dexon-solidity-ccd54ed87e78a4d13968e1d585cd5238d5805789.tar.bz2
dexon-solidity-ccd54ed87e78a4d13968e1d585cd5238d5805789.tar.lz
dexon-solidity-ccd54ed87e78a4d13968e1d585cd5238d5805789.tar.xz
dexon-solidity-ccd54ed87e78a4d13968e1d585cd5238d5805789.tar.zst
dexon-solidity-ccd54ed87e78a4d13968e1d585cd5238d5805789.zip
Added back 'For more information...' statement
Diffstat (limited to 'docs/units-and-global-variables.rst')
-rw-r--r--docs/units-and-global-variables.rst2
1 files changed, 2 insertions, 0 deletions
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
``<address>.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