Merge bitcoindevkit/bdk#582: Expose bip39::Error
c752ccbddeExpose bip39::Error (志宇) Pull request description: <!-- You can erase any parts of this template not applicable to your Pull Request. --> ### Description Expose `bip39::Error` (fixes #581 ) ### Notes to the reviewers I am aware that the `bip39` module plans to be rewritten (as per #561 ), however this seems like a rather straightforward and quick change that may be useful in the short/mid term. ### Checklists #### Bugfixes: * [x] Expose `bip39::Error` ACKs for top commit: afilini: ACKc752ccbddeTree-SHA512: 98b7ac1ba88aed07d9160830ee80496c32d531c15ada0e9b50a97f0883fbfced22fa83a7c7f8366aadb7e7a667d8a63dde869d31cc375206d277e55b2ec3089d
This commit is contained in:
@@ -19,7 +19,7 @@ use bitcoin::Network;
|
||||
|
||||
use miniscript::ScriptContext;
|
||||
|
||||
pub use bip39::{Language, Mnemonic};
|
||||
pub use bip39::{Error, Language, Mnemonic};
|
||||
|
||||
type Seed = [u8; 64];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user