mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
Fix documentation warning for Slate::msg_to_sign (#616)
This commit is contained in:
parent
18361dabd3
commit
ba9a4982df
1 changed files with 1 additions and 1 deletions
|
@ -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<secp::Message, Error> {
|
||||
let msg = self.kernel_features()?.kernel_sig_msg()?;
|
||||
Ok(msg)
|
||||
|
|
Loading…
Reference in a new issue