We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06adb81 commit 6030478Copy full SHA for 6030478
1 file changed
contracts/solidity/TEERegistry.sol
@@ -242,7 +242,7 @@ contract TEERegistry is AccessControl {
242
teeType: teeType,
243
active: true,
244
registeredAt: block.timestamp,
245
- lastUpdatedAt: block.timestamp,
+ lastUpdatedAt: block.timestamp
246
});
247
248
// Add to indexes
@@ -387,4 +387,4 @@ contract TEERegistry is AccessControl {
387
function computeTEEId(bytes calldata publicKey) external pure returns (bytes32) {
388
return keccak256(publicKey);
389
}
390
-}
+}
0 commit comments