diff options
author | chriseth <chris@ethereum.org> | 2016-08-20 08:57:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-20 08:57:07 +0800 |
commit | 0d736fde6d1e04f02bb36183906b5e522aab8725 (patch) | |
tree | feba91bfeb315739130134d449489c001e5354cf /docs/index.rst | |
parent | 64cec9793a881e5a8ee77cb73e3f3599f330c044 (diff) | |
parent | e27493aa8306da65d4cfc464b7867f1faaf72a9f (diff) | |
download | dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.tar dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.tar.gz dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.tar.bz2 dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.tar.lz dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.tar.xz dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.tar.zst dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.zip |
Merge pull request #706 from Denton-L/withdrawal-pattern
Add Withdrawal Pattern Example
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 4b3ace89..a330172e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -70,7 +70,7 @@ Solidity Tools * `Solidity REPL <https://github.com/raineorshine/solidity-repl>`_ Try Solidity instantly with a command-line Solidity console. - + * `solgraph <https://github.com/raineorshine/solgraph>`_ Visualize Solidity control flow and highlight potential security vulnerabilities. |