From 4891c1dbf1876021eacb43345d047ae3342590fc Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Thu, 16 Mar 2017 13:51:53 -0400 Subject: [PATCH] assetBlindingNonce is never a blinding key, but blinding factor --- src/primitives/transaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index 88c8c90a78..817dd1517c 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -321,7 +321,7 @@ public: // == 0 // Indicates new asset issuance. // != 0 - // This is a revelation of the blinding key for the input, + // This is a revelation of the blinding factor for the input, // which shows that the input being spent is of the reissuance // capability type for the asset being inflated. uint256 assetBlindingNonce;