Docs improvements
[rust-lightning] / lightning / src / ln / chan_utils.rs
index 378b4d794ff495231f1fcc8a133530769bd8bd1a..acf9539d7c6668c95c09cb0fca6d1f70fd58a1f7 100644 (file)
@@ -8,7 +8,7 @@
 // licenses.
 
 //! Various utilities for building scripts and deriving keys related to channels. These are
-//! largely of interest for those implementing chain::keysinterface::Sign message signing by hand.
+//! largely of interest for those implementing the traits on [`chain::keysinterface`] by hand.
 
 use bitcoin::blockdata::script::{Script,Builder};
 use bitcoin::blockdata::opcodes;