use hash of ec-recovered key

This commit is contained in:
Ricardo Guilherme Schmidt 2018-04-23 08:14:21 -03:00
parent 7cdb169fea
commit 04cf36cdd5
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ contract IdentityGasRelay is Identity {
bytes32 r;
bytes32 s;
(v,r,s) = signatureSplit(_messageSignature, _pos);
return bytes32(
return keccak256(
ecrecover(
_signHash,
v,