Merge pull request #478 from rudygodoy/patch-2

Fixes typos in documentation
pull/543/head
Francisco Giordano 7 years ago committed by GitHub
commit ad2282456e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/source/ecrecovery.rst

@ -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)
"""""""""""""""""""""""""""""""""""""""""""""""""

Loading…
Cancel
Save