diff options
Diffstat (limited to 'docs/common-patterns.rst')
-rw-r--r-- | docs/common-patterns.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/common-patterns.rst b/docs/common-patterns.rst index c8751fd1..9096571e 100644 --- a/docs/common-patterns.rst +++ b/docs/common-patterns.rst @@ -28,8 +28,6 @@ functions and this is what this page is about. The use of **function modifiers** makes these restrictions highly readable. -.. {% include open_link gist="fe4ef267cbdeac151b98" %} - :: contract AccessRestriction { @@ -167,8 +165,6 @@ function finishes. return. If you want to do that, make sure to call nextStage manually from those functions. -.. {% include open_link gist="0a221eaceb6d708bf271" %} - :: contract StateMachine { |