mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-02-01 17:01:10 +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> {
|
pub fn msg_to_sign(&self) -> Result<secp::Message, Error> {
|
||||||
let msg = self.kernel_features()?.kernel_sig_msg()?;
|
let msg = self.kernel_features()?.kernel_sig_msg()?;
|
||||||
Ok(msg)
|
Ok(msg)
|
||||||
|
|
Loading…
Reference in a new issue