]> git.codecow.com Git - libnemo.git/commitdiff
Delete unused variable.
authorChris Duncan <chris@zoso.dev>
Wed, 30 Jul 2025 13:59:44 +0000 (06:59 -0700)
committerChris Duncan <chris@zoso.dev>
Wed, 30 Jul 2025 13:59:44 +0000 (06:59 -0700)
src/lib/bip39-mnemonic.ts

index 608499b1c8c88acfafc9cb7bffbc121b79babb08..47fe7cc3c63c9720c96c221b3adfccfc26482181 100644 (file)
@@ -209,7 +209,6 @@ export class Bip39Mnemonic {
                }\r
                if (this.#blake2bSeed == null) {\r
                        let bits = 0n\r
-                       const words = this.#phrase\r
                        for (const word of this.#phrase) {\r
                                const wordIndex = Bip39Words.indexOf(word)\r
                                if (wordIndex === -1) {\r