X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fchain%2Fmod.rs;h=95fdce8172745372e2ea57bb954106425b13e24f;hb=99e01b2a6470c0b3f22b3d58d23e7f3b71be91f1;hp=2919e08bfb9699061da0cb44246b83e8443c76be;hpb=66fbc66da0c064e4ee271ad5a8e0a37410c80078;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;