You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempt to call both issueasset and rawissueasset with a blinded issuance, and either a reissuance token and without.
In the last two cases, I would expect similar results, but in the raw_issue_asset case, I still get a tokenamountcommitment. I would expect this to be not included if I am not issuing a reissuance token.
The text was updated successfully, but these errors were encountered:
…nded later
d710cb5 rawissueasset: don't make explicit 0-value which gets blinded later (Gregory Sanders)
Pull request description:
This matches the behavior of `issueasset`.
Resolves#643
Tree-SHA512: 655d84a45c686f31867eccaa423279bb81481b9321eb061a85af78f12a6652899ddd1c25357e36f1257e61af6c6d9b5b007d1615c18d7a4a826844102649fe45
In the following code:
I attempt to call both issueasset and rawissueasset with a blinded issuance, and either a reissuance token and without.
In the last two cases, I would expect similar results, but in the raw_issue_asset case, I still get a tokenamountcommitment. I would expect this to be not included if I am not issuing a reissuance token.
The text was updated successfully, but these errors were encountered: