mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-30 08:07:31 +00:00
fix compile error in IdentityKernel
This commit is contained in:
parent
612fdb7f43
commit
a6cf6f4d27
@ -478,7 +478,7 @@ contract Identity is ERC725, ERC735 {
|
|||||||
uint256 _purpose,
|
uint256 _purpose,
|
||||||
uint256 _type
|
uint256 _type
|
||||||
)
|
)
|
||||||
private
|
internal
|
||||||
{
|
{
|
||||||
bytes32 keyHash = keccak256(_key, _purpose);
|
bytes32 keyHash = keccak256(_key, _purpose);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user