mirror of
https://github.com/fiatjaf/nak.git
synced 2025-12-08 16:48:51 +00:00
mention that the "d" tag is the identifier.
This commit is contained in:
@@ -164,7 +164,7 @@ object Components {
|
|||||||
div(
|
div(
|
||||||
cls := "text-md",
|
cls := "text-md",
|
||||||
entry("author (pubkey hex)", addr.author.value.toHex),
|
entry("author (pubkey hex)", addr.author.value.toHex),
|
||||||
entry("identifier", addr.d),
|
entry("identifier (d tag)", addr.d),
|
||||||
entry("kind", addr.kind.toString),
|
entry("kind", addr.kind.toString),
|
||||||
relayHints(store, addr.relays),
|
relayHints(store, addr.relays),
|
||||||
nip19_21(store, "naddr", NIP19.encode(addr))
|
nip19_21(store, "naddr", NIP19.encode(addr))
|
||||||
|
|||||||
Reference in New Issue
Block a user