diff --git a/content/concepts/did-ddo.md b/content/concepts/did-ddo.md index c87e8fd8..4e7e6725 100644 --- a/content/concepts/did-ddo.md +++ b/content/concepts/did-ddo.md @@ -399,19 +399,18 @@ In order to ensure the integrity, a hash is computed for each DDO, following the string decryptorUrl, bytes flags, bytes data, - bytes hash, - string metaDataDecryptorAddress, + bytes metaDataHash, uint256 timestamp, uint256 blockNumber ); - event MetadataUpdated( + +event MetadataUpdated( address indexed updatedBy, uint8 state, string decryptorUrl, bytes flags, bytes data, - bytes hash, - string metaDataDecryptorAddress, + bytes metaDataHash, uint256 timestamp, uint256 blockNumber );