File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
lightning-transaction-sync Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,6 @@ mod esplora;
75
75
#[ cfg( any( feature = "esplora-blocking" , feature = "esplora-async" ) ) ]
76
76
mod common;
77
77
78
- #[ cfg( all( test, any( feature = "esplora-async" , feature = "esplora-blocking" ) ) ) ]
79
- mod tests;
80
-
81
78
mod error;
82
79
pub use error:: TxSyncError ;
83
80
Original file line number Diff line number Diff line change 1
- #[ cfg( any( feature = "esplora-blocking" , feature = "esplora-async" ) ) ]
2
- use crate :: esplora :: EsploraSyncClient ;
1
+ #! [ cfg( any( feature = "esplora-blocking" , feature = "esplora-async" ) ) ]
2
+ use lightning_transaction_sync :: EsploraSyncClient ;
3
3
use lightning:: chain:: { Confirm , Filter } ;
4
4
use lightning:: chain:: transaction:: TransactionData ;
5
5
use lightning:: util:: logger:: { Logger , Record } ;
You can’t perform that action at this time.
0 commit comments