]> Untitled Git - bdk/commitdiff
Expose bip39::Error
author志宇 <hello@evanlinjin.me>
Thu, 7 Apr 2022 11:38:46 +0000 (19:38 +0800)
committer志宇 <hello@evanlinjin.me>
Thu, 7 Apr 2022 11:50:17 +0000 (19:50 +0800)
src/keys/bip39.rs

index c6cf24fd49f5f76404d88c53ed2c2027cb045854..5e0604e10b9312c5d68fbb683a0acc4a833f58dc 100644 (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];