Merge pull request #379 from rrybarczyk/use-workspaces
[rust-lightning] / lightning / src / chain / mod.rs
diff --git a/lightning/src/chain/mod.rs b/lightning/src/chain/mod.rs
new file mode 100644 (file)
index 0000000..ffa5ed9
--- /dev/null
@@ -0,0 +1,5 @@
+//! Structs and traits which allow other parts of rust-lightning to interact with the blockchain.
+
+pub mod chaininterface;
+pub mod transaction;
+pub mod keysinterface;