Skip to content

Commit

Permalink
Merge pull request #367 from skalenetwork/bug/SKALE-4751-remove-extra…
Browse files Browse the repository at this point in the history
…-check

SKALE-4751 remove extra check
  • Loading branch information
kladkogex authored Nov 9, 2021
2 parents a979cc4 + 98dc0ce commit c199b2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion secure_enclave/secure_enclave.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ void trustedDecryptKey(int *errStatus, char *errString, uint8_t *encryptedPrivat

CHECK_STATE(encryptedPrivateKey);
CHECK_STATE(key);
CHECK_STATE( enc_len == strnlen( encryptedPrivateKey, 1024 ) );

*errStatus = -9;

Expand Down

0 comments on commit c199b2d

Please sign in to comment.