Skip to content

Commit

Permalink
Merge #186: Updated doc for impl Value blind method - returns blinded…
Browse files Browse the repository at this point in the history
… value*

2441f17 Updated doc for impl Value blind method - returns blinded value* (i5hi)

Pull request description:

  Fixes a typo in Value::blind doc

ACKs for top commit:
  apoelstra:
    ACK 2441f17

Tree-SHA512: 474f46b19e451e7d239c94bc8df04b6f03bf21b3fe4472aa4c895d704416dada30e45da2c5ba6dff098c20dd0e695587f342358f11d82e96558418574ea8bdb7
  • Loading branch information
apoelstra committed Jan 3, 2024
2 parents ca86f51 + 2441f17 commit 613204f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ impl Value {
///
/// # Returns:
///
/// A pair of blinded asset, nonce and corresponding proof as ([`Value`], [`Nonce`], [`RangeProof`])
/// A pair of blinded value, nonce and corresponding proof as ([`Value`], [`Nonce`], [`RangeProof`])
/// The nonce here refers to public key corresponding to the input `ephemeral_sk`
pub fn blind<C: Signing>(
self,
Expand Down

0 comments on commit 613204f

Please sign in to comment.