fix compile error in IdentityKernel

This commit is contained in:
Ricardo Guilherme Schmidt 2018-03-03 17:05:50 -03:00
parent 612fdb7f43
commit a6cf6f4d27

View File

@ -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);