diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-08-08 05:04:21 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-08-08 05:04:21 +0800 |
commit | 047561f4ec2a7c533cedefbda89933526c9a2a59 (patch) | |
tree | 813477a92454ef6c425ea62874f61c92ccb6db4b /docs | |
parent | 4dc3335cda18bae7c683227a9795a7cc1de95fd2 (diff) | |
download | dexon-solidity-047561f4ec2a7c533cedefbda89933526c9a2a59.tar.gz dexon-solidity-047561f4ec2a7c533cedefbda89933526c9a2a59.tar.zst dexon-solidity-047561f4ec2a7c533cedefbda89933526c9a2a59.zip |
Update enum with lifting the restriction for interfaces
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contracts.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst index 2149167b..561d2f97 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -1158,7 +1158,6 @@ Interfaces are similar to abstract contracts, but they cannot have any functions - Cannot define constructor. - Cannot define variables. - Cannot define structs. -- Cannot define enums. Some of these restrictions might be lifted in the future. |