From ae5bf4c72c56faf21cf9cc6db92c26e78c073549 Mon Sep 17 00:00:00 2001 From: Perlover Date: Tue, 4 Jul 2023 20:05:19 +0200 Subject: [PATCH] Fix with "wordlists/english.js" Details are here: https://github.com/nbd-wtf/nostr-tools/issues/25 --- nip06.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nip06.ts b/nip06.ts index 4cbbde0..0c14790 100644 --- a/nip06.ts +++ b/nip06.ts @@ -1,5 +1,5 @@ import {bytesToHex} from '@noble/hashes/utils' -import {wordlist} from '@scure/bip39/wordlists/english.js' +import {wordlist} from '@scure/bip39/wordlists/english' import { generateMnemonic, mnemonicToSeedSync,