Skip to content

Commit e3b7dd8

Browse files
fix: remove memory clearing that causes range error
1 parent 3d1395c commit e3b7dd8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dapp/src/sendEmail.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ async function start() {
108108
requesterSecret.emailContentEncryptionKey
109109
);
110110

111-
// Clear large buffers from memory
112-
encryptedEmailContent.fill(0);
113-
114111
// Step 4: Send email
115112
const response = await sendEmail({
116113
email: protectedData.email,

0 commit comments

Comments
 (0)