aboutsummaryrefslogtreecommitdiffstats
path: root/docs/units-and-global-variables.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-06-02 01:18:43 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-06-02 01:18:43 +0800
commit9da7a4c17c2245e869475d031cb23587c33f5045 (patch)
tree5bb6ae9f9ad8135f6a669ec96c2b10f7b0229583 /docs/units-and-global-variables.rst
parentcb2a4df6e5345abd6a9c911d98092f534c217691 (diff)
downloaddexon-solidity-9da7a4c17c2245e869475d031cb23587c33f5045.tar.gz
dexon-solidity-9da7a4c17c2245e869475d031cb23587c33f5045.tar.zst
dexon-solidity-9da7a4c17c2245e869475d031cb23587c33f5045.zip
Link address-type and address-global methods
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 3dc87841..aa3551bf 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 address, returns ``false`` on failure
+For more information, see the section on :ref:`address`.
+
.. warning::
Since it is possible for calls to ``send`` to fail, such as
if there are insufficient funds, it is good practice to