mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-02-17 08:26:46 +00:00
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 s;
|
||||
(v,r,s) = signatureSplit(_messageSignature, _pos);
|
||||
return bytes32(
|
||||
return keccak256(
|
||||
ecrecover(
|
||||
_signHash,
|
||||
v,
|
||||
|
Loading…
x
Reference in New Issue
Block a user