Fix weird list in NIP-99 (#2053)

This commit is contained in:
SubatomicPlanets 2025-09-06 14:38:46 +02:00 committed by GitHub
parent 7c4a2cb829
commit d6fe55a6ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
99.md
View File

@ -40,7 +40,7 @@ The following tags, used for structured metadata, are standardized and SHOULD be
- `"<number>"` is the amount in numeric format (but included in the tag as a string)
- `"<currency>"` is the currency unit in 3-character ISO 4217 format or ISO 4217-like currency code (e.g. `"btc"`, `"eth"`).
- `"<frequency>"` is optional and can be used to describe recurring payments. SHOULD be in noun format (hour, day, week, month, year, etc.)
- - `"status"` (optional), the status of the listing. SHOULD be either "active" or "sold".
- `"status"` (optional), the status of the listing. SHOULD be either "active" or "sold".
#### `price` examples