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
there are some error codes from the spec that are missing. The ones I noticed:
Nutshell returns all these errors but using codes different from the spec.
The text was updated successfully, but these errors were encountered:
Specifically what is the text of the errors for each one you noticed?
Sorry, something went wrong.
outputs already signed (10002) token could not be verified (10003) amount outside of limit range (11006)
For the first two it uses TransactionError it looks like which sets the code to 11000.
TransactionError
Just ran into this as well:
nutshell/cashu/mint/verification.py
Line 144 in 2f19485
No branches or pull requests
there are some error codes from the spec that are missing. The ones I noticed:
Nutshell returns all these errors but using codes different from the spec.
The text was updated successfully, but these errors were encountered: