We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8871c7 commit 7b0f91dCopy full SHA for 7b0f91d
src/txout_set.rs
@@ -1,4 +1,6 @@
1
-use bdk::bitcoin::{OutPoint, Transaction, TxOut, Txid};
+use bdk::bitcoin::{OutPoint, TxOut};
2
+#[cfg(any(feature = "electrum", feature = "use-esplora-blocking"))]
3
+use bdk::bitcoin::{Transaction, Txid};
4
use bdk::database::BatchDatabase;
5
use bdk::wallet::Wallet;
6
0 commit comments