This commit is contained in:
Daniela Brozzoni
2023-03-02 19:37:05 +01:00
parent 5acee82496
commit 5708bf0c8c

View File

@@ -18,7 +18,7 @@
//! # use bdk::signer::SignerOrdering; //! # use bdk::signer::SignerOrdering;
//! # use bdk::wallet::hardwaresigner::HWISigner; //! # use bdk::wallet::hardwaresigner::HWISigner;
//! # use bdk::wallet::AddressIndex::New; //! # use bdk::wallet::AddressIndex::New;
//! # use bdk::{FeeRate, KeychainKind, SignOptions, SyncOptions, Wallet}; //! # use bdk::{FeeRate, KeychainKind, SignOptions, Wallet};
//! # use hwi::{types::HWIChain, HWIClient}; //! # use hwi::{types::HWIChain, HWIClient};
//! # use std::sync::Arc; //! # use std::sync::Arc;
//! # //! #