Skip to content

Commit

Permalink
remove unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
poppyseedDev committed Dec 14, 2024
1 parent 7af8675 commit 821c15d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hardhat/contracts/decIdentity/Diploma.sol
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@ contract Diploma is SepoliaZamaFHEVMConfig, AccessControl {
/// @dev Only the msg.sender that is registered under the user ID can make the claim
uint256 userId = idMapping.getId(msg.sender);

ebytes128 test = TFHE.randEbytes128();
TFHE.isInitialized(test);

/// @dev Grant temporary access for each requested field
for (uint i = 0; i < fields.length; i++) {
if (bytes(fields[i]).length == 0) revert InvalidField();
Expand Down

0 comments on commit 821c15d

Please sign in to comment.