aboutsummaryrefslogtreecommitdiffstats
path: root/docs/units-and-global-variables.rst
diff options
context:
space:
mode:
authorMorgan <morgansliman@gmail.com>2017-04-21 13:39:14 +0800
committerGitHub <noreply@github.com>2017-04-21 13:39:14 +0800
commit3fb0072105a1851832561b7e5f99a47c3332e4f8 (patch)
tree5bb78948342b6cb7a1712b684772ffa7d6e72a22 /docs/units-and-global-variables.rst
parented64c849f57b9aeed1eda4563f0d4340013420ef (diff)
downloaddexon-solidity-3fb0072105a1851832561b7e5f99a47c3332e4f8.tar
dexon-solidity-3fb0072105a1851832561b7e5f99a47c3332e4f8.tar.gz
dexon-solidity-3fb0072105a1851832561b7e5f99a47c3332e4f8.tar.bz2
dexon-solidity-3fb0072105a1851832561b7e5f99a47c3332e4f8.tar.lz
dexon-solidity-3fb0072105a1851832561b7e5f99a47c3332e4f8.tar.xz
dexon-solidity-3fb0072105a1851832561b7e5f99a47c3332e4f8.tar.zst
dexon-solidity-3fb0072105a1851832561b7e5f99a47c3332e4f8.zip
Added link to example for ecrecover
This should be helpful for now until I can write up some documentation to include here
Diffstat (limited to 'docs/units-and-global-variables.rst')
-rw-r--r--docs/units-and-global-variables.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst
index 7a43343f..50b9291e 100644
--- a/docs/units-and-global-variables.rst
+++ b/docs/units-and-global-variables.rst
@@ -100,6 +100,7 @@ Mathematical and Cryptographic Functions
compute RIPEMD-160 hash of the (tightly packed) arguments
``ecrecover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) returns (address)``:
recover the address associated with the public key from elliptic curve signature or return zero on error
+ [see here for example](https://ethereum.stackexchange.com/a/1794/7586)
``revert()``:
abort execution and revert state changes