From 9c7732799f2ac1f0bec93711080b064be2460610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?calvadev=E2=9A=A1=EF=B8=8F?= <32919103+calvadev@users.noreply.github.com> Date: Sun, 27 Oct 2024 07:15:15 -0700 Subject: [PATCH] Move wishlists from lists to sets --- 51.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/51.md b/51.md index 90513761..b8cee6a8 100644 --- a/51.md +++ b/51.md @@ -36,7 +36,6 @@ For example, _mute list_ can contain the public keys of spammers and bad actors | Good wiki authors | 10101 | [NIP-54](54.md) user recommended wiki authors | `"p"` (pubkeys) | | Good wiki relays | 10102 | [NIP-54](54.md) relays deemed to only host useful articles | `"relay"` (relay URLs) | | E-commerce cart | 10402 | [NIP-15](15.md) and [NIP-99](99.md) listings the user wants to purchase | `"a"` (kind:30018 and/or kind:30402 listing set) | -| E-commerce wishlist | 10420 | [NIP-15](15.md) and [NIP-99](99.md) listings the user wants to later purchase | `"a"` (kind:30018 and/or kind:30402 listing set) | ## Sets @@ -57,6 +56,7 @@ Aside from their main identifier, the `"d"` tag, sets can optionally have a `"ti | Interest sets | 30015 | interest topics represented by a bunch of "hashtags" | `"t"` (hashtags) | | Emoji sets | 30030 | categorized emoji groups | `"emoji"` (see [NIP-30](30.md)) | | Release artifact sets | 30063 | groups of files of a software release | `"e"` (kind:1063 [file metadata](94.md) events), `"i"` (application identifier, typically reverse domain notation), `"version"` | +| E-commerce wishlist sets | 30420 | [NIP-15](15.md) and [NIP-99](99.md) listings the user wants to later purchase | `"a"` (kind:30018 and/or kind:30402 listing set) | ## Deprecated standard lists