From 46f0aa8f638e36c3a6cc450b9bcd15c136e0499e Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Wed, 5 Aug 2026 01:50:01 -0700 Subject: [PATCH] Typo. --- src/lib/crypto/wallet-aes-gcm.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/crypto/wallet-aes-gcm.ts b/src/lib/crypto/wallet-aes-gcm.ts index 1e951c8..27ad449 100644 --- a/src/lib/crypto/wallet-aes-gcm.ts +++ b/src/lib/crypto/wallet-aes-gcm.ts @@ -46,7 +46,6 @@ export class WalletAesGcm { .encrypt({ name: 'AES-GCM', iv, additionalData }, key, encoded) .then(encrypted => { encoded.fill(0) - key return { iv, encrypted } }) } -- 2.52.0