Skip to content

Commit

Permalink
Fix documentation warning for Slate::msg_to_sign (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneFerneau committed May 19, 2021
1 parent 18361da commit ba9a498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwallet/src/slate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ba9a498

Please sign in to comment.