Bump version to 0.0.5 to get new docs out
[rust-lightning] / src / chain / mod.rs
index a2b1453dc604ec1b464460554d66afc0737546b3..2919e08bfb9699061da0cb44246b83e8443c76be 100644 (file)
@@ -1,3 +1,5 @@
+//! Module provides 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;