diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-08-12 23:03:58 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-08-12 23:03:58 +0800 |
commit | 269a6d1379166bd1e32129db467212bd7663d4af (patch) | |
tree | 150a96fabe607a38e484b3d2859befb50bdef6e8 /docs/common-patterns.rst | |
parent | 0f1fb33d58e55444474b75ed10e88bcd27567e6b (diff) | |
download | dexon-solidity-269a6d1379166bd1e32129db467212bd7663d4af.tar dexon-solidity-269a6d1379166bd1e32129db467212bd7663d4af.tar.gz dexon-solidity-269a6d1379166bd1e32129db467212bd7663d4af.tar.bz2 dexon-solidity-269a6d1379166bd1e32129db467212bd7663d4af.tar.lz dexon-solidity-269a6d1379166bd1e32129db467212bd7663d4af.tar.xz dexon-solidity-269a6d1379166bd1e32129db467212bd7663d4af.tar.zst dexon-solidity-269a6d1379166bd1e32129db467212bd7663d4af.zip |
Reference inspiration
Diffstat (limited to 'docs/common-patterns.rst')
-rw-r--r-- | docs/common-patterns.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/common-patterns.rst b/docs/common-patterns.rst index 51fb4e6e..8d0b28af 100644 --- a/docs/common-patterns.rst +++ b/docs/common-patterns.rst @@ -19,7 +19,8 @@ more about this on the :ref:`security_considerations` page. This is an example of the withdrawal pattern in practice in a contract where the goal is to send the most money to the -contract in order to become the "richest". +contract in order to become the "richest", inspired by +`King of the Ether <https://www.kingoftheether.com/>`_. In the following contract, if you are usurped as the richest, you will recieve the funds of the person who has gone on to |