ref(hwi): Move hwi out of bdk

Fixes #872
This commit is contained in:
Daniela Brozzoni
2023-10-09 16:42:23 +02:00
parent 9efaead8f1
commit 105d70e974
9 changed files with 156 additions and 56 deletions

View File

@@ -50,10 +50,6 @@ pub mod tx_builder;
pub(crate) mod utils;
pub mod error;
#[cfg(feature = "hardware-signer")]
#[cfg_attr(docsrs, doc(cfg(feature = "hardware-signer")))]
pub mod hardwaresigner;
pub use utils::IsDust;
#[allow(deprecated)]