Skip to content
New issue

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

Fix heuristic for explicit outputs when unblinding #123

Merged
merged 1 commit into from
Mar 2, 2025

Conversation

michael1011
Copy link

We had a case in which the nonce was set for an explicit output. The output confused the library and it tried to unblind it. That failed and caused weird behaviour and the PSET blinding to fail.

We need a rangeProof to unblind anyways, so checking if there is one before trying to unblind makes sense.

@tiero tiero merged commit cb170c3 into vulpemventures:master Mar 2, 2025
4 checks passed
@michael1011 michael1011 deleted the unblinding-fix branch March 2, 2025 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants