manager should use execute method

This commit is contained in:
Ricardo Guilherme Schmidt 2018-02-23 14:17:57 -03:00
parent 0b9626a5f8
commit 73850a463f
1 changed files with 1 additions and 2 deletions

View File

@ -191,8 +191,7 @@ contract Identity is ERC725, ERC735 {
require(
msg.sender == c.issuer ||
msg.sender == address(this) ||
isKeyType(bytes32(msg.sender), MANAGEMENT_KEY)
msg.sender == address(this)
);
// MUST only be done by the issuer of the claim, or KEYS OF PURPOSE 1, or the identity itself.