assetBlindingNonce is never a blinding key, but blinding factor

This commit is contained in:
Gregory Sanders 2017-03-16 13:51:53 -04:00
parent 92e92eb523
commit 4891c1dbf1

View file

@ -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;