diff --git a/libwallet/src/slate.rs b/libwallet/src/slate.rs index b2986d8e..f7dec639 100644 --- a/libwallet/src/slate.rs +++ b/libwallet/src/slate.rs @@ -375,7 +375,7 @@ impl Slate { } } - // This is the msg that we will sign as part of the tx kernel. + /// This is the msg that we will sign as part of the tx kernel. pub fn msg_to_sign(&self) -> Result { let msg = self.kernel_features()?.kernel_sig_msg()?; Ok(msg)