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

NUT-06 update: contact field #17

Open
callebtc opened this issue Jul 16, 2024 · 0 comments
Open

NUT-06 update: contact field #17

callebtc opened this issue Jul 16, 2024 · 0 comments

Comments

@callebtc
Copy link

Leaving this here as a reminder for the change of the contact field in NUT-06:

In this code base:

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"
  }
]
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

No branches or pull requests

1 participant