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
Leaving this here as a reminder for the change of the contact field in NUT-06:
In this code base:
cashu-client/lib/src/main/kotlin/me/tb/cashuclient/types/InfoResponse.kt
Line 18 in dc44007
NUT-06 change: cashubtc/nuts#117
Corresponding changes in cashu-ts: cashubtc/cashu-ts#147
Before:
[["email", "[email protected]"], ["nostr", "npub..."]]
After:
[ { "method": "email", "info": "[email protected]" }, { "method": "twitter", "info": "@me" } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Leaving this here as a reminder for the change of the contact field in NUT-06:
In this code base:
cashu-client/lib/src/main/kotlin/me/tb/cashuclient/types/InfoResponse.kt
Line 18 in dc44007
NUT-06 change: cashubtc/nuts#117
Corresponding changes in cashu-ts: cashubtc/cashu-ts#147
Before:
After:
The text was updated successfully, but these errors were encountered: