X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fchain%2Fmod.rs;fp=src%2Fchain%2Fmod.rs;h=95fdce8172745372e2ea57bb954106425b13e24f;hb=6e1318b0e28522244493c280f556e6749694b81e;hp=2919e08bfb9699061da0cb44246b83e8443c76be;hpb=92ff499bdbc115fbb897e5aa8bf758fc66987e95;p=rust-lightning diff --git a/src/chain/mod.rs b/src/chain/mod.rs index 2919e08b..95fdce81 100644 --- a/src/chain/mod.rs +++ b/src/chain/mod.rs @@ -1,5 +1,4 @@ -//! Module provides structs and traits which allow other parts of rust-lightning to interact with -//! the blockchain. +//! Structs and traits which allow other parts of rust-lightning to interact with the blockchain. pub mod chaininterface; pub mod transaction;