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;
7575#[ cfg( any( feature = "esplora-blocking" , feature = "esplora-async" ) ) ]
7676mod common;
7777
78- #[ cfg( all( test, any( feature = "esplora-async" , feature = "esplora-blocking" ) ) ) ]
79- mod tests;
80-
8178mod error;
8279pub use error:: TxSyncError ;
8380
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 ;
33use lightning:: chain:: { Confirm , Filter } ;
44use lightning:: chain:: transaction:: TransactionData ;
55use lightning:: util:: logger:: { Logger , Record } ;
You can’t perform that action at this time.
0 commit comments