Skip to content

Commit 79f73df

Browse files
committed
Merge #582: Expose bip39::Error
c752ccb Expose 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: ACK c752ccb Tree-SHA512: 98b7ac1ba88aed07d9160830ee80496c32d531c15ada0e9b50a97f0883fbfced22fa83a7c7f8366aadb7e7a667d8a63dde869d31cc375206d277e55b2ec3089d
2 parents 9db8d3a + c752ccb commit 79f73df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keys/bip39.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use bitcoin::Network;
1919

2020
use miniscript::ScriptContext;
2121

22-
pub use bip39::{Language, Mnemonic};
22+
pub use bip39::{Error, Language, Mnemonic};
2323

2424
type Seed = [u8; 64];
2525

0 commit comments

Comments
 (0)