Remove "We currently don't implement seed generation from the phrase."

This shows up prominently at https://docs.rs/bip39/1.0.1/bip39/index.html , but it appears that seed generation is indeed implemented in the `to_seed()` method.
This commit is contained in:
trevyn 2022-06-05 11:51:52 -04:00 committed by GitHub
parent da090d223a
commit 30290800eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@
//! # BIP39 Mnemonic Codes
//!
//! We currently don't implement seed generation from the phrase.
//!
//! https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
//!