Further simplify get_{inbound,outbound}_pending_htlc_stats
[rust-lightning] / src / chain / mod.rs
index a2b1453dc604ec1b464460554d66afc0737546b3..95fdce8172745372e2ea57bb954106425b13e24f 100644 (file)
@@ -1,3 +1,4 @@
+//! Structs and traits which allow other parts of rust-lightning to interact with the blockchain.
+
 pub mod chaininterface;
-pub mod bitcoincorerpcchain;
-pub mod rustbitcoinchain;
+pub mod transaction;