]> git.codecow.com Git - libnemo.git/commitdiff
Typo.
authorChris Duncan <chris@codecow.com>
Wed, 5 Aug 2026 08:50:01 +0000 (01:50 -0700)
committerChris Duncan <chris@codecow.com>
Wed, 5 Aug 2026 08:50:01 +0000 (01:50 -0700)
src/lib/crypto/wallet-aes-gcm.ts

index 1e951c80f2ca47adcc9ece98752c327e1cc0cd9d..27ad449db77fbe8431b3249c78c67dd6a4bb76f7 100644 (file)
@@ -46,7 +46,6 @@ export class WalletAesGcm {
                        .encrypt({ name: 'AES-GCM', iv, additionalData }, key, encoded)
                        .then(encrypted => {
                                encoded.fill(0)
-                               key
                                return { iv, encrypted }
                        })
        }