Commit 3fb8ecad by Jesse B Miller Committed by Alejo Salles

Gender of signer is irrelevant and distracting (#822)

parent c3cbdb45
...@@ -10,7 +10,7 @@ pragma solidity ^0.4.18; ...@@ -10,7 +10,7 @@ pragma solidity ^0.4.18;
library ECRecovery { library ECRecovery {
/** /**
* @dev Recover signer address from a message by using his signature * @dev Recover signer address from a message by using their signature
* @param hash bytes32 message, the hash is the signed message. What is recovered is the signer address. * @param hash bytes32 message, the hash is the signed message. What is recovered is the signer address.
* @param sig bytes signature, the signature is generated using web3.eth.sign() * @param sig bytes signature, the signature is generated using web3.eth.sign()
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment