aboutsummaryrefslogtreecommitdiffstats
path: root/docs/introduction-to-smart-contracts.rst
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-05-31 19:56:05 +0800
committerchriseth <c@ethdev.com>2016-05-31 19:56:16 +0800
commitf9c8a9b5cac602d93bcf7a1b0b5026dcda71dc01 (patch)
tree6d37da49a21ccba06fd88770d01ed6ef1132ead4 /docs/introduction-to-smart-contracts.rst
parent4be92c0c39b62547b67ebf75e617abab1ea8b454 (diff)
downloaddexon-solidity-f9c8a9b5cac602d93bcf7a1b0b5026dcda71dc01.tar
dexon-solidity-f9c8a9b5cac602d93bcf7a1b0b5026dcda71dc01.tar.gz
dexon-solidity-f9c8a9b5cac602d93bcf7a1b0b5026dcda71dc01.tar.bz2
dexon-solidity-f9c8a9b5cac602d93bcf7a1b0b5026dcda71dc01.tar.lz
dexon-solidity-f9c8a9b5cac602d93bcf7a1b0b5026dcda71dc01.tar.xz
dexon-solidity-f9c8a9b5cac602d93bcf7a1b0b5026dcda71dc01.tar.zst
dexon-solidity-f9c8a9b5cac602d93bcf7a1b0b5026dcda71dc01.zip
Removed some problems in documentation examples.
Diffstat (limited to 'docs/introduction-to-smart-contracts.rst')
-rw-r--r--docs/introduction-to-smart-contracts.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst
index fe51abe0..0cb2b0d0 100644
--- a/docs/introduction-to-smart-contracts.rst
+++ b/docs/introduction-to-smart-contracts.rst
@@ -14,8 +14,6 @@ right now, we will go into more detail later.
Storage
=======
-.. Gist: a4532ce30246847b371b
-
::
contract SimpleStorage {
@@ -63,8 +61,6 @@ Furthermore, anyone can send coins to each other without any need for
registering with username and password - all you need is an Ethereum keypair.
-.. Gist: ad490694f3e5b3de47ab
-
::
contract Coin {