lib: re-export the bip39 dependency

This commit is contained in:
Antoine Poinsot 2023-02-14 17:39:28 +01:00
parent 50f13d3e2e
commit 157eea9893
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -12,6 +12,7 @@ pub mod signer;
#[cfg(test)]
mod testutils;
pub use bip39;
pub use miniscript;
pub use crate::bitcoin::d::{BitcoindError, WalletError};