mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-02-10 21:36:22 +00:00
add missing event
This commit is contained in:
parent
8bf51bc488
commit
023eca0d5f
@ -275,6 +275,7 @@ contract Identity is ERC725, ERC735 {
|
|||||||
indexes[replacer] = claimIdTypePos;
|
indexes[replacer] = claimIdTypePos;
|
||||||
delete claims[_claimId];
|
delete claims[_claimId];
|
||||||
claimsTypeArr.length--;
|
claimsTypeArr.length--;
|
||||||
|
emit ClaimRemoved(_claimId, c.claimType, c.scheme, c.issuer, c.signature, c.data, c.uri);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user