Expose bip39::Error

This commit is contained in:
志宇 2022-04-07 19:38:46 +08:00
parent 0621ca89d5
commit c752ccbdde
No known key found for this signature in database
GPG Key ID: F6345C9837C2BDE8

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