upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsaiToshiya <to.asai.60@gmail.com>2025-03-04 19:00:26 +0900
committerGitHub <noreply@github.com>2025-03-04 07:00:26 -0300
commitd662d97c66da015b96eabf1cff691d6278297582 (patch)
treebe6afd4a1c3298907ba18fb8ed5d14cd696998e8
parent64d4e3ea3e0affa49efbcbe088837947e51a7154 (diff)
NIP-66: fix "PRE" to "addressable event". (#1820)
-rw-r--r--66.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/66.md b/66.md
index b242e85..30c11fb 100644
--- a/66.md
+++ b/66.md
@@ -27,7 +27,7 @@ This event signals that the relay at `wss://somerelay.abc/` was reported "online
27 27
28| kind | name | description | 28| kind | name | description |
29|-------|----------------------------|-----------------------------------------------------------------------------------------| 29|-------|----------------------------|-----------------------------------------------------------------------------------------|
30| [30166](#k30166) | Relay Discovery | A PRE that is published by a monitor when a relay is online | 30| [30166](#k30166) | Relay Discovery | An addressable event that is published by a monitor when a relay is online |
31| [10166](#k10166) | Relay Monitor Announcement | An RE that stores data that signals the intent of a pubkey to monitor relays and publish `30166` events at a regular _frequency_ | 31| [10166](#k10166) | Relay Monitor Announcement | An RE that stores data that signals the intent of a pubkey to monitor relays and publish `30166` events at a regular _frequency_ |
32 32
33## Ontology 33## Ontology
@@ -40,7 +40,7 @@ This event signals that the relay at `wss://somerelay.abc/` was reported "online
40## `30166`: "Relay Discovery" <a id="k30166"></a> 40## `30166`: "Relay Discovery" <a id="k30166"></a>
41 41
42### Summary 42### Summary
43`30166` is a `NIP-33` Parameterized-Replaceable Event [PRE], referred to as a "Relay Discovery" event. These events are optimized with a small footprint for protocol-level relay Discovery. 43`30166` is a `NIP-33` addressable event, referred to as a "Relay Discovery" event. These events are optimized with a small footprint for protocol-level relay Discovery.
44 44
45### Purpose 45### Purpose
46Discovery of relays over nostr. 46Discovery of relays over nostr.