use hash of ec-recovered key
This commit is contained in:
parent
7cdb169fea
commit
04cf36cdd5
|
@ -304,7 +304,7 @@ contract IdentityGasRelay is Identity {
|
||||||
bytes32 r;
|
bytes32 r;
|
||||||
bytes32 s;
|
bytes32 s;
|
||||||
(v,r,s) = signatureSplit(_messageSignature, _pos);
|
(v,r,s) = signatureSplit(_messageSignature, _pos);
|
||||||
return bytes32(
|
return keccak256(
|
||||||
ecrecover(
|
ecrecover(
|
||||||
_signHash,
|
_signHash,
|
||||||
v,
|
v,
|
||||||
|
|
Loading…
Reference in New Issue