Skip to content

Commit 7d75517

Browse files
committed
Change order of note and use of BIP39 wordlist.
1 parent eb0b512 commit 7d75517

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

crates/pgen/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@ pgen -w eff-long
4747
4848
### Using BIP39 wordlist, and custom number of words
4949

50+
> [!NOTE]
51+
> In the current version, BIP39 wordlist is available but the BIP39 algorithm itself is not yet used.
52+
> In the upcoming `v3.0.0` release, the BIP39 algorithm will be implemented so that when you use
53+
> the BIP39 wordlist it will generate mnemonics that can be used for generation of valid Bitcoin wallets.
54+
5055
```zsh
5156
pgen -w bip39 -n 24
5257
```
5358

5459
> sword relief this any peanut uncle supreme month impose learn rose ramp double auction course mutual bench elder
5560
> unfair dizzy harbor use casino pledge
5661
57-
> [!NOTE]
58-
> In the current version, BIP39 wordlist is available but the BIP39 algorithm itself is not yet used.
59-
> In the upcoming `v3.0.0` release, the BIP39 algorithm will be implemented so that when you use
60-
> the BIP39 wordlist it will generate mnemonics that can be used for generation of valid Bitcoin wallets.
61-
6262
## Usage
6363

6464
```

0 commit comments

Comments
 (0)