diff options
| author | Vincenzo Imperati <61617279+VincenzoImp@users.noreply.github.com> | 2025-12-30 19:04:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-30 10:04:37 -0800 |
| commit | 2f71cf74ae3e9bc78d4b599d8ba350cb8df95921 (patch) | |
| tree | 68e6c8b4fa69ca0f1a3112de62e90b98282d315a /66.md | |
| parent | aa30111d2f73f2f6f503b720b2bbf05299dcf141 (diff) | |
Fix typos and broken links across multiple NIPs (#2178)
Diffstat (limited to '66.md')
| -rw-r--r-- | 66.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -67,7 +67,7 @@ Tags include: | |||
| 67 | - `frequency` - The frequency in seconds at which the monitor publishes events. | 67 | - `frequency` - The frequency in seconds at which the monitor publishes events. |
| 68 | - `timeout` (optional) - The timeout values for various checks conducted by a monitor. Index `1` is the monitor's timeout in milliseconds. Index `2` describes what test the timeout is used for. If no index `2` is provided, it is inferred that the timeout provided applies to all tests. | 68 | - `timeout` (optional) - The timeout values for various checks conducted by a monitor. Index `1` is the monitor's timeout in milliseconds. Index `2` describes what test the timeout is used for. If no index `2` is provided, it is inferred that the timeout provided applies to all tests. |
| 69 | - `c` - a lowercase string describing the checks conducted by a monitor. Examples include `open`, `read`, `write`, `auth`, `nip11`, `dns`, and `geo`. | 69 | - `c` - a lowercase string describing the checks conducted by a monitor. Examples include `open`, `read`, `write`, `auth`, `nip11`, `dns`, and `geo`. |
| 70 | - `g` - [NIP-52](https://github.com/nostr-protocol/nips/blob/master/11.md) geohash tag | 70 | - `g` - [NIP-52](https://github.com/nostr-protocol/nips/blob/master/52.md) geohash tag |
| 71 | 71 | ||
| 72 | Monitors SHOULD also publish a `kind 0` profile and a `kind 10002` relay selections event. | 72 | Monitors SHOULD also publish a `kind 0` profile and a `kind 10002` relay selections event. |
| 73 | 73 | ||