Expose bip39::Error

This commit is contained in:
志宇
2022-04-07 19:38:46 +08:00
parent 0621ca89d5
commit c752ccbdde

View File

@@ -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];