Merge pull request #478 from rudygodoy/patch-2

Fixes typos in documentation
This commit is contained in:
Francisco Giordano
2017-11-10 17:26:00 -03:00
committed by GitHub

View File

@ -1,7 +1,7 @@
ECRecovery
=============================================
Returns the signer of the the hash using the signature divided in v, r, and s values.
Returns the signer of the hash using the signature divided in v, r, and s values.
recover(bytes32 hash, bytes sig) internal returns (address)
"""""""""""""""""""""""""""""""""""""""""""""""""