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
https://github.com/cashubtc/nuts/blob/main/09.md
cashu-ts/src/CashuMint.ts
Line 429 in d149123
The text was updated successfully, but these errors were encountered:
the response has a data with following shape
{ "outputs": <Array[BlindedMessages]>, "signatures": <Array[BlindSignature]> }
so essentially we are changing
data?.promises
to
data?.signatures
am correct here @thesimplekid
Sorry, something went wrong.
I don't know the cashu-ts code base there maybe other places it needs to be changed.
am correct here @thesimplekid I don't know the cashu-ts code base there maybe other places it needs to be changed.
yes, i will do some lookup on this
No branches or pull requests
https://github.com/cashubtc/nuts/blob/main/09.md
cashu-ts/src/CashuMint.ts
Line 429 in d149123
The text was updated successfully, but these errors were encountered: