diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-07-17 01:24:36 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-07-18 16:20:18 +0800 |
commit | 4bd22399da690468b18650ab413a463e10fc3580 (patch) | |
tree | bdd1feea3016d3b9c51bce2ce6cb7ba635593382 /docs | |
parent | f351eb1b3c0d49ed899ccf116d1d3e2154ed41a5 (diff) | |
download | dexon-solidity-4bd22399da690468b18650ab413a463e10fc3580.tar.gz dexon-solidity-4bd22399da690468b18650ab413a463e10fc3580.tar.zst dexon-solidity-4bd22399da690468b18650ab413a463e10fc3580.zip |
Keep the proper aleth hash in contributing.rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contributing.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index afcab9db..7084d3b3 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -96,8 +96,7 @@ Travis CI even runs some additional tests (including ``solc-js`` and testing thi .. note :: While any version of ``cpp-ethereum`` should be usable, this cannot be guaranteed, and it is suggested to use the same version that is used by the Solidity continuous integration tests. - To find the current commit hash of `cpp-ethereum`` being used have a look at the ``scripts/tests.sh``, which downloads pre-built ``cpp-ethereum`` binaries and should have a comment like - ``built from d661ac4fec0aeffbedcdc195f67f5ded0c798278 at 2018-06-20``. + Currently the CI uses ``d661ac4fec0aeffbedcdc195f67f5ded0c798278`` of ``cpp-ethereum``. Writing and running syntax tests -------------------------------- |