File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
lightning-transaction-sync/src Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 60
60
61
61
#![ deny( rustdoc:: broken_intra_doc_links) ]
62
62
#![ deny( rustdoc:: private_intra_doc_links) ]
63
-
64
63
#![ deny( missing_docs) ]
65
64
#![ deny( unsafe_code) ]
66
-
67
65
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
68
66
69
67
#[ cfg( any( feature = "esplora-blocking" , feature = "esplora-async" ) ) ]
@@ -83,7 +81,7 @@ mod error;
83
81
#[ cfg( any( feature = "esplora-blocking" , feature = "esplora-async" , feature = "electrum" ) ) ]
84
82
pub use error:: TxSyncError ;
85
83
86
- #[ cfg( any( feature = "esplora-blocking" , feature = "esplora-async" ) ) ]
87
- pub use esplora:: EsploraSyncClient ;
88
84
#[ cfg( feature = "electrum" ) ]
89
85
pub use electrum:: ElectrumSyncClient ;
86
+ #[ cfg( any( feature = "esplora-blocking" , feature = "esplora-async" ) ) ]
87
+ pub use esplora:: EsploraSyncClient ;
Original file line number Diff line number Diff line change 159
159
./lightning-rapid-gossip-sync/src/error.rs
160
160
./lightning-rapid-gossip-sync/src/lib.rs
161
161
./lightning-rapid-gossip-sync/src/processing.rs
162
- ./lightning-transaction-sync/src/lib.rs
163
162
./lightning-transaction-sync/tests/integration_tests.rs
164
163
./lightning/src/blinded_path/message.rs
165
164
./lightning/src/blinded_path/mod.rs
You can’t perform that action at this time.
0 commit comments