From c1cfd1e7a0bbaf759464617e6b40b8025ea6d8b7 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Wed, 30 Jul 2025 06:59:44 -0700 Subject: [PATCH] Delete unused variable. --- src/lib/bip39-mnemonic.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/bip39-mnemonic.ts b/src/lib/bip39-mnemonic.ts index 608499b..47fe7cc 100644 --- a/src/lib/bip39-mnemonic.ts +++ b/src/lib/bip39-mnemonic.ts @@ -209,7 +209,6 @@ export class Bip39Mnemonic { } if (this.#blake2bSeed == null) { let bits = 0n - const words = this.#phrase for (const word of this.#phrase) { const wordIndex = Bip39Words.indexOf(word) if (wordIndex === -1) { -- 2.47.3