Skip to content

Commit 2441f17

Browse files
committed
Updated doc for impl Value blind method - returns blinded value*
1 parent ca86f51 commit 2441f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blind.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ impl Value {
399399
///
400400
/// # Returns:
401401
///
402-
/// A pair of blinded asset, nonce and corresponding proof as ([`Value`], [`Nonce`], [`RangeProof`])
402+
/// A pair of blinded value, nonce and corresponding proof as ([`Value`], [`Nonce`], [`RangeProof`])
403403
/// The nonce here refers to public key corresponding to the input `ephemeral_sk`
404404
pub fn blind<C: Signing>(
405405
self,

0 commit comments

Comments
 (0)