mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Remove receiver from lookup_user response. It's duplicative.
This commit is contained in:
parent
56c4d0ff7d
commit
93c8dc9094
5
47.md
5
47.md
|
@ -452,11 +452,6 @@ Response:
|
|||
{
|
||||
"result_type": "lookup_user",
|
||||
"result": {
|
||||
"receiver": {
|
||||
"lud16": "string",
|
||||
"bolt12": "string",
|
||||
// ... extensible to future address formats (npub, etc).
|
||||
},
|
||||
// Contains a list of preferred currencies like LUD-21
|
||||
"currencies": {
|
||||
"code": "string", // eg. "PHP",
|
||||
|
|
Loading…
Reference in New Issue
Block a user