NIP-33: Add example for more than one value

This commit is contained in:
Semisol 2023-01-24 21:36:15 +03:00 committed by fiatjaf
parent 9682e43ee0
commit 54b6c0090d

1
33.md
View File

@ -24,6 +24,7 @@ replace each other:
* `"tags":[["d",""],["d","not empty"]]`: only first `d` tag is considered * `"tags":[["d",""],["d","not empty"]]`: only first `d` tag is considered
* `"tags":[["d"],["d","some value"]]`: only first `d` tag is considered * `"tags":[["d"],["d","some value"]]`: only first `d` tag is considered
* `"tags":[["e"]]`: same as no tags * `"tags":[["e"]]`: same as no tags
* `"tags":[["d","test","1"]]`: only the value is considered (`test`)
Client Behavior Client Behavior
--------------- ---------------