diff options
| author | SubatomicPlanets <133254461+SubatomicPlanets@users.noreply.github.com> | 2025-09-06 14:38:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-06 09:38:46 -0300 |
| commit | d6fe55a6ad4a3625a3c05f6e581890264d780fa7 (patch) | |
| tree | a2fd59a336e6fdd42000c43db36cc837d8096764 | |
| parent | 7c4a2cb82978551761dc698ccebb60f2b14ed807 (diff) | |
Fix weird list in NIP-99 (#2053)
| -rw-r--r-- | 99.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -40,7 +40,7 @@ The following tags, used for structured metadata, are standardized and SHOULD be | |||
| 40 | - `"<number>"` is the amount in numeric format (but included in the tag as a string) | 40 | - `"<number>"` is the amount in numeric format (but included in the tag as a string) |
| 41 | - `"<currency>"` is the currency unit in 3-character ISO 4217 format or ISO 4217-like currency code (e.g. `"btc"`, `"eth"`). | 41 | - `"<currency>"` is the currency unit in 3-character ISO 4217 format or ISO 4217-like currency code (e.g. `"btc"`, `"eth"`). |
| 42 | - `"<frequency>"` is optional and can be used to describe recurring payments. SHOULD be in noun format (hour, day, week, month, year, etc.) | 42 | - `"<frequency>"` is optional and can be used to describe recurring payments. SHOULD be in noun format (hour, day, week, month, year, etc.) |
| 43 | - - `"status"` (optional), the status of the listing. SHOULD be either "active" or "sold". | 43 | - `"status"` (optional), the status of the listing. SHOULD be either "active" or "sold". |
| 44 | 44 | ||
| 45 | #### `price` examples | 45 | #### `price` examples |
| 46 | 46 | ||