mirror of
https://github.com/fiatjaf/nak.git
synced 2024-11-22 16:19:07 -05:00
mention that the "d" tag is the identifier.
This commit is contained in:
parent
76ca99a73b
commit
fb9faf24ae
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user