Correct syntax and link to question.

This commit is contained in:
chriseth 2017-04-21 11:42:31 +02:00 committed by GitHub
parent 3fb0072105
commit 1ac7056a1a

View File

@ -100,7 +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)
(`example usage <https://ethereum.stackexchange.com/q/1777/222>`_)
``revert()``:
abort execution and revert state changes