Update units-and-global-variables.rst with link to address ref

This commit is contained in:
Raine Revere 2016-05-09 10:15:58 -06:00
parent 5e6e9df7dd
commit 4bfec4efa9

View File

@ -117,13 +117,10 @@ Contract Related
---------------- ----------------
`this` (current contract's type): `this` (current contract's type):
the current contract, explicitly convertible to `address` the current contract, explicitly convertible to :ref:`address`
- this.balance: The balance of the current account.
- this.send: Send ether to an address.
`selfdestruct(address)`: `selfdestruct(address)`:
destroy the current contract, sending its funds to the given address destroy the current contract, sending its funds to the given :ref:`address`
Furthermore, all functions of the current contract are callable directly including the current function. Furthermore, all functions of the current contract are callable directly including the current function.