diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-08-13 04:29:17 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-08-24 23:43:55 +0800 |
commit | 1655f3b7bf3b8594ed37c072e5fd6ab00d89d802 (patch) | |
tree | ecfc5050d248efeffbc42d85b46842b2dbf9442f /docs | |
parent | 4bd96d93824f15fbb8c6eafb5dd1a875b9705423 (diff) | |
download | dexon-solidity-1655f3b7bf3b8594ed37c072e5fd6ab00d89d802.tar.gz dexon-solidity-1655f3b7bf3b8594ed37c072e5fd6ab00d89d802.tar.zst dexon-solidity-1655f3b7bf3b8594ed37c072e5fd6ab00d89d802.zip |
Update contracts.rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contracts.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst index b4a4b2cc..911bfc0d 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -932,10 +932,11 @@ encoding of the address of the library contract. Restrictions for libraries in comparison to contracts: -- no state variables -- cannot inherit nor be inherited +- No state variables +- Cannot inherit nor be inherited +- Cannot recieve Ether -(these might be lifted at a later point) +(These might be lifted at a later point.) .. index:: ! using for, library |