add missing event

This commit is contained in:
Ricardo Guilherme Schmidt 2018-04-24 15:58:04 -03:00
parent 8bf51bc488
commit 023eca0d5f
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@ contract Identity is ERC725, ERC735 {
indexes[replacer] = claimIdTypePos;
delete claims[_claimId];
claimsTypeArr.length--;
emit ClaimRemoved(_claimId, c.claimType, c.scheme, c.issuer, c.signature, c.data, c.uri);
return true;
}