We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected behavior
calling issueasset with blind=false should create an explicit (unblinded) issuance
issueasset
blind=false
Actual behavior
issuance is always blinded
To reproduce
issueasset 100 1 false
The text was updated successfully, but these errors were encountered:
I was thinking, on top of this, is it possible to have non-confidential / non-blinded transaction as default? It would be cheaper.
Sorry, something went wrong.
No, we should not default to making less-private transactions.
Separately we are looking into fixing the cost incentives around CT though -- it shouldn't be cheaper to harm everyone's privacy!
No branches or pull requests
Expected behavior
calling
issueasset
withblind=false
should create an explicit (unblinded) issuanceActual behavior
issuance is always blinded
To reproduce
issueasset 100 1 false
The text was updated successfully, but these errors were encountered: