Add some TODOs for correctness in ChannelMonitor
[rust-lightning] / src / chain / mod.rs
index c8a528820a0eab0d6f51d8db6033962ac26bd6d7..ffa5ed968be4d62e391f613a337f464b37d31b27 100644 (file)
@@ -1,2 +1,5 @@
+//! Structs and traits which allow other parts of rust-lightning to interact with the blockchain.
+
 pub mod chaininterface;
-pub mod bitcoincorerpcchain;
+pub mod transaction;
+pub mod keysinterface;