Fix with "wordlists/english.js"

Details are here: https://github.com/nbd-wtf/nostr-tools/issues/25
This commit is contained in:
Perlover 2023-07-04 20:05:19 +02:00 committed by fiatjaf_
parent 75fc836cf6
commit ae5bf4c72c
1 changed files with 1 additions and 1 deletions

View File

@ -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,