aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contracts.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-08-08 05:04:21 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-08-08 05:04:21 +0800
commit047561f4ec2a7c533cedefbda89933526c9a2a59 (patch)
tree813477a92454ef6c425ea62874f61c92ccb6db4b /docs/contracts.rst
parent4dc3335cda18bae7c683227a9795a7cc1de95fd2 (diff)
downloaddexon-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/contracts.rst')
-rw-r--r--docs/contracts.rst1
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.