NIP-90: consistency changes

This commit is contained in:
Semisol 2023-10-31 00:21:53 +03:00 committed by GitHub
parent ad019ee067
commit 4b9f13d983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
90.md
View File

@ -43,7 +43,7 @@ A request to process data, published by a customer. This event signals that an c
"tags": [
[ "i", "<data>", "<input-type>", "<relay>", "<marker>" ],
[ "output", "<mime-type>" ],
[ "relays", "wss://..."],
[ "relays", "wss://..." ],
[ "bid", "<msat-amount>" ],
[ "t", "bitcoin" ]
]
@ -162,10 +162,10 @@ Service Providers MAY use NIP-89 announcements to advertise their support for jo
\"about\": \"I'm a DVM specialized in translating Bitcoin content.\"
}",
"tags": [
[ "k", 5005 ], // e.g. translation
[ "k", "5005" ], // e.g. translation
[ "t", "bitcoin" ] // e.g. optionally advertises it specializes in bitcoin audio transcription that won't confuse "Drivechains" with "Ridechains"
]
}
```
Customers can use NIP-89 to see what service providers their follows use.
Customers can use NIP-89 to see what service providers their follows use.