X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fchain%2Fmod.rs;h=ffa5ed968be4d62e391f613a337f464b37d31b27;hb=8c235d9e28da0bcdb1d68166fc771e0c83a7b2fc;hp=2919e08bfb9699061da0cb44246b83e8443c76be;hpb=66fbc66da0c064e4ee271ad5a8e0a37410c80078;p=rust-lightning diff --git a/src/chain/mod.rs b/src/chain/mod.rs index 2919e08b..ffa5ed96 100644 --- a/src/chain/mod.rs +++ b/src/chain/mod.rs @@ -1,5 +1,5 @@ -//! 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; +pub mod keysinterface;