Expose bip39::Error
This commit is contained in:
@@ -19,7 +19,7 @@ use bitcoin::Network;
|
|||||||
|
|
||||||
use miniscript::ScriptContext;
|
use miniscript::ScriptContext;
|
||||||
|
|
||||||
pub use bip39::{Language, Mnemonic};
|
pub use bip39::{Error, Language, Mnemonic};
|
||||||
|
|
||||||
type Seed = [u8; 64];
|
type Seed = [u8; 64];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user