mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
assetBlindingNonce is never a blinding key, but blinding factor
This commit is contained in:
parent
92e92eb523
commit
4891c1dbf1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue