mention that the "d" tag is the identifier.

This commit is contained in:
fiatjaf 2023-06-20 14:52:03 -03:00
parent 76ca99a73b
commit fb9faf24ae
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1

View File

@ -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))